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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to