Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_timer.h325 extern int tcp_msl;
H A Dtcp_timer.c178 int tcp_msl = TCPTV_MSL; variable
181 &tcp_msl, offsetof(skmem_sysctl, tcp.msl),
204 int tcp_msl; variable
207 &tcp_msl, 0, sysctl_msec_to_ticks, "I", "Maximum segment lifetime");
H A Dtcp_usrreq.c1521 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect()
1659 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
H A Dtcp_input.c5361 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5387 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5758 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
5767 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
H A Dtcp_subr.c525 tcp_msl = TCPTV_MSL; in tcp_init()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c135 fe->fe_linger_wait = (2 * tcp_msl) / TCP_RETRANSHZ; in flow_track_tcp_init()
/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c360 extern int tcp_msl;
2949 add_to_time_wait_now(tp, 2 * tcp_msl); in cfil_sock_tcp_add_time_wait()