Home
last modified time | relevance | path

Searched refs:tcp_established (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_var.h811 void tcp_established(struct tcpcb *);
H A Dtcp_input.c2112 * move tcp_established before soisconnected in tcp_input()
2118 tcp_established(tp); in tcp_input()
2441 tcp_established(tp); in tcp_input()
H A Dtcp_subr.c1825 tcp_established(struct tcpcb *tp) in tcp_established() function