]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Incorporate TCP offload hooks in to core TCP code.
authorkmacy <kmacy@FreeBSD.org>
Tue, 18 Dec 2007 22:59:07 +0000 (22:59 +0000)
committerkmacy <kmacy@FreeBSD.org>
Tue, 18 Dec 2007 22:59:07 +0000 (22:59 +0000)
commit7a03620a3b8d5378521bc95997c1b60485cbeaac
tree39dc8c7b7fba1fe70eea9b304504e23c0a65135a
parentee337f2c349391c3e318ede0c5cff21592e02677
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
sys/netinet/tcp_offload.h
sys/netinet/tcp_subr.c
sys/netinet/tcp_usrreq.c