Home
last modified time | relevance | path

Searched refs:tcp_timer_stop (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_subr.c1935 tcp_timer_stop(tp, TT_REXMT); in tcp_discardcb()
1936 tcp_timer_stop(tp, TT_PERSIST); in tcp_discardcb()
1937 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()
1938 tcp_timer_stop(tp, TT_2MSL); in tcp_discardcb()
1939 tcp_timer_stop(tp, TT_DELACK); in tcp_discardcb()
H A Dtcp_var.h1032 void tcp_timer_stop(struct tcpcb *, uint32_t);
H A Dtcp_timer.c1079 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() function
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1032 void tcp_timer_stop(struct tcpcb *, uint32_t);