Searched refs:tcp_msl (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | tcp_timer.h | 325 extern int tcp_msl;
|
| H A D | tcp_timer.c | 179 int tcp_msl = TCPTV_MSL; variable 182 &tcp_msl, offsetof(skmem_sysctl, tcp.msl), 205 int tcp_msl; variable 208 &tcp_msl, 0, sysctl_msec_to_ticks, "I", "Maximum segment lifetime");
|
| H A D | tcp_usrreq.c | 1531 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect() 1669 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
|
| H A D | tcp_input.c | 5302 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input() 5328 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input() 5699 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input() 5708 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
|
| H A D | tcp_subr.c | 527 tcp_msl = TCPTV_MSL; in tcp_init()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 135 fe->fe_linger_wait = (2 * tcp_msl) / TCP_RETRANSHZ; in flow_track_tcp_init()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | content_filter.c | 362 extern int tcp_msl; 2949 add_to_time_wait_now(tp, 2 * tcp_msl); in cfil_sock_tcp_add_time_wait()
|