Searched refs:tcp_msl (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_timer.h | 326 extern int tcp_msl;
|
| H A D | tcp_timer.c | 176 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 D | tcp_usrreq.c | 1530 ((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 D | tcp_input.c | 5572 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 D | tcp_subr.c | 535 tcp_msl = TCPTV_MSL; in tcp_init()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 136 fe->fe_linger_wait = (2 * tcp_msl) / TCP_RETRANSHZ; in flow_track_tcp_init()
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | content_filter.c | 362 extern int tcp_msl; 2960 add_to_time_wait_now(tp, 2 * tcp_msl); in cfil_sock_tcp_add_time_wait()
|