Andrew Thompson
3155122ec2
Use m_copypacket() which is an optimization of the common case
...
m_copym(m, 0, M_COPYALL, how).
This is required for strict alignment architectures where we align the IP
header in the input path but m_copym() will create an unaligned copy in
bridge_broadcast(). m_copypacket() preserves alignment of the first mbuf.
Noticed by: Petri Simolin
Approved by: mlaier (mentor)
MFC after: 3 days
2005-08-08 22:21:55 +00:00
..
2005-08-06 19:24:22 +00:00
2005-08-07 22:00:47 +00:00
2005-08-03 04:27:40 +00:00
2005-08-07 09:41:53 +00:00
2005-08-08 19:55:32 +00:00
2005-08-08 19:55:32 +00:00
2005-07-29 19:41:04 +00:00
2005-08-08 18:31:13 +00:00
2005-07-20 18:58:27 +00:00
2005-07-02 23:52:37 +00:00
2005-08-08 21:03:54 +00:00
2005-08-08 19:55:32 +00:00
2005-08-08 19:40:38 +00:00
2005-07-09 18:30:31 +00:00
2005-08-07 22:00:47 +00:00
2005-08-06 20:28:19 +00:00
2005-08-01 07:03:10 +00:00
2005-08-08 21:06:42 +00:00
2005-08-08 19:38:00 +00:00
2005-07-27 21:47:55 +00:00
2005-08-08 22:21:55 +00:00
2005-08-08 18:46:36 +00:00
2005-07-05 23:39:51 +00:00
2005-08-08 20:08:44 +00:00
2005-08-03 19:29:47 +00:00
2005-08-02 23:51:22 +00:00
2005-07-30 20:10:31 +00:00
2005-07-19 13:36:39 +00:00
2005-07-29 13:22:37 +00:00
2005-08-08 19:55:32 +00:00
2005-07-14 20:08:27 +00:00
2005-07-27 15:06:26 +00:00
2005-07-21 11:13:12 +00:00
2005-08-05 16:03:16 +00:00
2005-08-03 04:27:40 +00:00
2005-08-08 16:09:33 +00:00
2005-08-07 13:21:00 +00:00
2005-08-08 19:55:32 +00:00
2005-07-31 20:24:14 +00:00
2005-08-04 10:05:11 +00:00