Searched refs:tcp_first_ctimer_threshold (Results 1 - 7 of 7) 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 in struct:tcp_s
H A Dtcp.c1516 acceptor->tcp_first_ctimer_threshold =
1517 listener->tcp_first_ctimer_threshold;
4313 first_threshold = tcp->tcp_first_ctimer_threshold;
5427 tcp->tcp_first_ctimer_threshold = tcp_ip_notify_cinterval;
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h310 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ member in struct:tcp_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c401 *i1 = tcp->tcp_first_ctimer_threshold;
674 tcp->tcp_first_ctimer_threshold = *i1;
H A Dtcp_timers.c720 first_threshold = tcp->tcp_first_ctimer_threshold;
H A Dtcp.c2215 DONTCARE(tcp->tcp_first_ctimer_threshold); /* Init in tcp_init_values */
2353 tcp->tcp_first_ctimer_threshold =
2380 tcp->tcp_first_ctimer_threshold =
2381 parent->tcp_first_ctimer_threshold;
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1313 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ member in struct:nca_conn_s

Completed in 81 milliseconds