Gleb Smirnoff 9a4d9e198a Revamp mbuf handling in ng_ksocket_incoming2():
- Clear code that workarounded a bug in FreeBSD 3,
  and even predated import of netgraph(4).
- Clear workaround for m_nextpkt pointing into
  next record in buffer (fixed in r248884).
  Assert that m_nextpkt is clear.
- Do not rely on SOCK_STREAM sockets containing
  M_PKTHDR mbufs. Create a header ourselves and
  attach chain to it. This is correct fix for
  kern/154676.

PR:		kern/154676
Sponsored by:	Nginx, Inc
2013-03-29 14:04:26 +00:00
..
2013-03-26 14:08:14 +00:00
2012-02-12 05:14:12 +00:00
2013-02-15 07:58:51 +00:00
2010-06-10 16:45:30 +00:00
2010-04-07 16:29:10 +00:00
2010-04-01 10:41:01 +00:00