Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.h326 extern int tcp_msl;
H A Dtcp_timer.c176 int tcp_msl = TCPTV_MSL; variable
179 &tcp_msl, offsetof(skmem_sysctl, tcp.msl),
202 int tcp_msl; variable
205 &tcp_msl, 0, sysctl_msec_to_ticks, "I", "Maximum segment lifetime");
H A Dtcp_usrreq.c1530 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect()
1666 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
H A Dtcp_input.c5572 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5598 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5969 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5978 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
H A Dtcp_subr.c535 tcp_msl = TCPTV_MSL; in tcp_init()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c136 fe->fe_linger_wait = (2 * tcp_msl) / TCP_RETRANSHZ; in flow_track_tcp_init()
/xnu-11215.81.4/bsd/net/
H A Dcontent_filter.c362 extern int tcp_msl;
2960 add_to_time_wait_now(tp, 2 * tcp_msl); in cfil_sock_tcp_add_time_wait()