Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h159 uint32_t tcp_first_ctimer_threshold; /* 1st threshold when connecting */ member
H A Dtcp.c1516 acceptor->tcp_first_ctimer_threshold = in tcp_accept_comm()
1517 listener->tcp_first_ctimer_threshold; in tcp_accept_comm()
4313 first_threshold = tcp->tcp_first_ctimer_threshold; in tcp_timer()
5427 tcp->tcp_first_ctimer_threshold = tcp_ip_notify_cinterval; in tcp_init_values()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c401 *i1 = tcp->tcp_first_ctimer_threshold; in tcp_opt_get()
674 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.c2215 DONTCARE(tcp->tcp_first_ctimer_threshold); /* Init in tcp_init_values */
2353 tcp->tcp_first_ctimer_threshold = in tcp_init_values()
2380 tcp->tcp_first_ctimer_threshold = in tcp_init_values()
2381 parent->tcp_first_ctimer_threshold; in tcp_init_values()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h310 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ member
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1313 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ member