Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c398 *i1 = tcp->tcp_second_timer_threshold; in tcp_opt_get()
670 tcp->tcp_second_timer_threshold = *i1; in tcp_opt_set()
919 val > tcp->tcp_second_timer_threshold) { in tcp_opt_set()
H A Dtcp.c679 tcp->tcp_second_timer_threshold = in tcp_set_destination()
2214 DONTCARE(tcp->tcp_second_timer_threshold); /* Init in tcp_init_values */
2358 tcp->tcp_second_timer_threshold = tcps->tcps_ip_abort_interval; in tcp_init_values()
2386 tcp->tcp_second_timer_threshold = in tcp_init_values()
2387 parent->tcp_second_timer_threshold; in tcp_init_values()
H A Dtcp_timers.c660 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h158 uint32_t tcp_second_timer_threshold; /* When to give up completely */ member
H A Dtcp.c1513 acceptor->tcp_second_timer_threshold = in tcp_accept_comm()
1514 listener->tcp_second_timer_threshold; in tcp_accept_comm()
4305 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()
5428 tcp->tcp_second_timer_threshold = tcp_ip_abort_interval; in tcp_init_values()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h309 clock_t tcp_second_timer_threshold; /* When to give up completely */ member
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1312 clock_t tcp_second_timer_threshold; /* When to give up completely */ member