thompsa
56add66791
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-08 19:55:32 +00:00
2005-07-11 03:16:23 +00:00
2005-07-24 17:21:17 +00:00
2005-07-03 18:24:03 +00:00
2005-06-10 16:49:24 +00:00
2005-07-06 01:24:45 +00:00
2005-07-05 23:39:51 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-08-02 17:52:52 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-07-18 16:55:46 +00:00
2005-08-08 22:21:55 +00:00
2005-07-06 01:24:45 +00:00
2005-06-26 18:11:11 +00:00
2005-06-10 16:49:24 +00:00
2005-08-02 17:52:52 +00:00
2005-06-26 18:11:11 +00:00
2005-08-02 17:52:52 +00:00
2005-06-10 16:49:24 +00:00
2005-07-25 12:31:43 +00:00
2005-06-10 16:49:24 +00:00
2005-08-01 08:14:21 +00:00
2005-06-10 16:49:24 +00:00
2005-08-02 17:52:52 +00:00
2005-06-05 03:13:13 +00:00
2005-06-26 18:11:11 +00:00
2005-05-06 02:50:00 +00:00
2005-07-05 23:39:51 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-07-25 12:31:43 +00:00
2005-06-26 18:11:11 +00:00
2005-08-08 19:55:32 +00:00
2005-06-10 16:49:24 +00:00
2005-08-08 19:55:32 +00:00
2005-06-10 16:49:24 +00:00
2005-08-02 23:23:26 +00:00
2005-06-10 16:49:24 +00:00
2005-08-06 18:42:01 +00:00
2005-06-05 03:13:13 +00:00
2005-04-13 08:14:14 +00:00
2005-05-23 17:07:16 +00:00
2005-07-01 15:22:47 +00:00
2005-06-28 23:32:22 +00:00
2005-07-15 09:18:34 +00:00