cvs commit: src/sys/netinet tcp_offload.h tcp_subr.c tcp_usrreq.c

Kip Macy kmacy at FreeBSD.org
Tue Dec 18 14:59:08 PST 2007


kmacy       2007-12-18 22:59:08 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_offload.h tcp_subr.c tcp_usrreq.c 
  Log:
  Incorporate TCP offload hooks in to core TCP code.
    - Rename output routines tcp_gen_* -> tcp_output_*.
    - Rename notification routines that turn in to no-ops in the absence of TOE
      from tcp_gen_* -> tcp_offload_*.
    - Fix some minor comment nits.
    - Add a /* FALLTHROUGH */
  
  Reviewed by: Sam Leffler, Robert Watson, and Mike Silbersack
  
  Revision  Changes    Path
  1.2       +12 -10    src/sys/netinet/tcp_offload.h
  1.304     +9 -2      src/sys/netinet/tcp_subr.c
  1.165     +13 -9     src/sys/netinet/tcp_usrreq.c


More information about the cvs-src mailing list