Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_timer.h325 extern int tcp_msl;
H A Dtcp_timer.c177 int tcp_msl = TCPTV_MSL; variable
180 &tcp_msl, offsetof(skmem_sysctl, tcp.msl),
203 int tcp_msl; variable
206 &tcp_msl, 0, sysctl_msec_to_ticks, "I", "Maximum segment lifetime");
H A Dtcp_usrreq.c1498 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect()
1635 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
H A Dtcp_input.c5238 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5264 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5614 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5623 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
H A Dtcp_subr.c521 tcp_msl = TCPTV_MSL; in tcp_init()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c135 fe->fe_linger_wait = (2 * tcp_msl) / TCP_RETRANSHZ; in flow_track_tcp_init()