Searched refs:tcp_msl (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_timer.h | 311 extern int tcp_msl;
|
| H A D | tcp_timer.c | 173 int tcp_msl = TCPTV_MSL; variable 176 &tcp_msl, offsetof(skmem_sysctl, tcp.msl), 199 int tcp_msl; variable 202 &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 | 5812 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input() 5838 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input() 6220 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input() 6229 add_to_time_wait(tp, 2 * tcp_msl); in tcp_input()
|
| H A D | tcp_subr.c | 629 tcp_msl = TCPTV_MSL; in tcp_init()
|
| /xnu-12377.41.6/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()
|
| H A D | flow_entry.c | 646 fe->fe_linger_wait = (2 * tcp_msl) / TCP_RETRANSHZ; in flow_entry_alloc()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | content_filter.c | 363 extern int tcp_msl; 2962 add_to_time_wait_now(tp, 2 * tcp_msl); in cfil_sock_tcp_add_time_wait()
|