Home
last modified time | relevance | path

Searched refs:tcp_first_ctimer_threshold (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h159 uint32_t tcp_first_ctimer_threshold; /* 1st threshold when connecting */ member
H A Dtcp.c1515 acceptor->tcp_first_ctimer_threshold = in tcp_accept_comm()
1516 listener->tcp_first_ctimer_threshold; in tcp_accept_comm()
4311 first_threshold = tcp->tcp_first_ctimer_threshold; in tcp_timer()
5425 tcp->tcp_first_ctimer_threshold = tcp_ip_notify_cinterval; in tcp_init_values()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c419 *i1 = tcp->tcp_first_ctimer_threshold; in tcp_opt_get()
705 tcp->tcp_first_ctimer_threshold = *i1; in tcp_opt_set()
H A Dtcp_timers.c720 first_threshold = tcp->tcp_first_ctimer_threshold; in tcp_timer()
H A Dtcp.c2228 DONTCARE(tcp->tcp_first_ctimer_threshold); /* Init in tcp_init_values */ in tcp_reinit_values()
2384 tcp->tcp_first_ctimer_threshold = in tcp_init_values()
2413 tcp->tcp_first_ctimer_threshold = in tcp_init_values()
2414 parent->tcp_first_ctimer_threshold; in tcp_init_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h313 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ member