freebsd-dev/sys/dev/xen/netback
Randall Stewart 1966e5b5a1 The proper fix for the delayed SCTP checksum is to
have the delayed function take an argument as to the offset
to the SCTP header. This allows it to work for V4 and V6.
This of course means changing all callers of the function
to either pass the header len, if they have it, or create
it (ip_hl << 2 or sizeof(ip6_hdr)).
PR:		144529
MFC after:	2 weeks
2010-03-12 22:58:52 +00:00
..
netback.c The proper fix for the delayed SCTP checksum is to 2010-03-12 22:58:52 +00:00