Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2004 12:31:39 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_divert.c ip_input.c
Message-ID:  <200408031231.i73CVdfS069422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408031231.i73CVdfS069422>