Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_input.c272 static int tcp_rmx_msl(const struct tcpcb *);
2292 2 * tcp_rmx_msl(tp), in tcp_input()
2317 tcp_callout_reset(tp, tp->tt_2msl, 2 * tcp_rmx_msl(tp), in tcp_input()
2524 tcp_callout_reset(tp, tp->tt_2msl, 2 * tcp_rmx_msl(tp), in tcp_input()
2533 tcp_callout_reset(tp, tp->tt_2msl, 2 * tcp_rmx_msl(tp), in tcp_input()
3414 tcp_rmx_msl(const struct tcpcb *tp) in tcp_rmx_msl() function