]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r265691:
authortuexen <tuexen@FreeBSD.org>
Sun, 22 Jun 2014 16:54:59 +0000 (16:54 +0000)
committertuexen <tuexen@FreeBSD.org>
Sun, 22 Jun 2014 16:54:59 +0000 (16:54 +0000)
commit43d8b12efcd89c1249b5e44b1362968516997171
treeaac9df5a916f395746125f85e386dcafe6434c99
parente27908d03e2c34a53b14ec2c732dbbc3cfd449f9
MFC r265691:

For some UDP packets (for example with 200 byte payload) and IP options,
the IP header and the UDP header are not in the same mbuf.
Add code to in_delayed_cksum() to deal with this case.

MFC r265713:

Use KASSERTs as suggested by glebius@
sys/netinet/ip_output.c