Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c422 *i1 = tcp->tcp_second_ctimer_threshold; in tcp_opt_get()
709 tcp->tcp_second_ctimer_threshold = *i1; in tcp_opt_set()
962 val > tcp->tcp_second_ctimer_threshold || in tcp_opt_set()
H A Dtcp.c2229 DONTCARE(tcp->tcp_second_ctimer_threshold); /* in tcp_init_values */ in tcp_reinit_values()
2386 tcp->tcp_second_ctimer_threshold = in tcp_init_values()
2415 tcp->tcp_second_ctimer_threshold = in tcp_init_values()
2416 parent->tcp_second_ctimer_threshold; in tcp_init_values()
4438 tcp->tcp_second_ctimer_threshold = in tcp_do_listen()
H A Dtcp_timers.c721 second_threshold = tcp->tcp_second_ctimer_threshold; in tcp_timer()
H A Dtcp_input.c2948 tcp->tcp_second_ctimer_threshold = in tcp_input_data()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h160 uint32_t tcp_second_ctimer_threshold; /* 2nd ... while connecting */ member
H A Dtcp.c1036 tcp->tcp_second_ctimer_threshold = tcp_ip_abort_linterval; in tcp_listen()
1517 acceptor->tcp_second_ctimer_threshold = in tcp_accept_comm()
1518 listener->tcp_second_ctimer_threshold; in tcp_accept_comm()
4312 second_threshold = tcp->tcp_second_ctimer_threshold; in tcp_timer()
5431 tcp->tcp_second_ctimer_threshold = tcp_ip_abort_cinterval; in tcp_init_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h314 clock_t tcp_second_ctimer_threshold; /* 2nd ... while connecting */ member