- ip_mport() will make sure following things for us:
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 26 Oct 2008 09:15:33 +0000 (09:15 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 26 Oct 2008 09:15:33 +0000 (09:15 +0000)
commit97942f3f617068b7f02836b40e560bd62b348066
treec3376e1fdb3df6895c763fc7951a84480987db90
parent7fe5db3b2342923651d15e394319f72aa039a12d
- ip_mport() will make sure following things for us:
  o  IP header is in one mbuf
  o  IP length is not less then IP header length
- Truncate mbufs to the correct length before forwarding
  Obtained-from: NetBSD ip_flow.c rev 1.6
sys/netinet/ip_flow.c