Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_input.c1698 tp = tcp_close(tp); in tcp_input()
1703 tp = tcp_close(tp); in tcp_input()
1721 tp = tcp_close(tp); in tcp_input()
1862 tp = tcp_close(tp); in tcp_input()
2306 tp = tcp_close(tp); in tcp_input()
H A Dtcp_timer.c290 tp = tcp_close(tp); in tcp_timer_2msl_handler()
H A Dtcp_usrreq.c1840 tp = tcp_close(tp); in tcp_disconnect()
1874 tp = tcp_close(tp); in tcp_usrclosed()
H A Dtcp_var.h663 tcp_close (struct tcpcb *);
H A Dtcp_subr.c809 return (tcp_close(tp)); in tcp_drop()
846 tcp_close(struct tcpcb *tp) in tcp_close() function