cvs commit: src/sys/netinet ip_divert.c ip_input.c
Andre Oppermann
andre at FreeBSD.org
Tue Aug 3 05:31:39 PDT 2004
andre 2004-08-03 12:31:39 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_divert.c ip_input.c
Log:
o Move all parts of the IP reassembly process into the function ip_reass() to
make it fully self-contained.
o ip_reass() now returns a new mbuf with the reassembled packet and ip->ip_len
including the IP header.
o Computation of the delayed checksum is moved into divert_packet().
Reviewed by: silby
Revision Changes Path
1.95 +8 -0 src/sys/netinet/ip_divert.c
1.278 +123 -116 src/sys/netinet/ip_input.c
More information about the cvs-src
mailing list