]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the
authorJonathan Lemon <jlemon@FreeBSD.org>
Wed, 19 Feb 2003 22:18:06 +0000 (22:18 +0000)
committerJonathan Lemon <jlemon@FreeBSD.org>
Wed, 19 Feb 2003 22:18:06 +0000 (22:18 +0000)
commit7990938421f8dfe53c82aaea0a6c8a9e0b79f4d4
tree8563c7bec384ef864223fce476020ed3fb16ccd9
parent9c3a7fce372b4b18ba67dfcd86b3444d95db0b43
Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the
routine does not require a tcpcb to operate.  Since we no longer keep
template mbufs around, move pseudo checksum out of this routine, and
merge it with the length update.

Sponsored by: DARPA, NAI Labs
sys/netinet/tcp_output.c
sys/netinet/tcp_subr.c
sys/netinet/tcp_timer.c
sys/netinet/tcp_timewait.c
sys/netinet/tcp_var.h