Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c416 *i1 = tcp->tcp_second_timer_threshold; in tcp_opt_get()
701 tcp->tcp_second_timer_threshold = *i1; in tcp_opt_set()
1012 val > tcp->tcp_second_timer_threshold) { in tcp_opt_set()
H A Dtcp.c674 tcp->tcp_second_timer_threshold = in tcp_set_destination()
2227 DONTCARE(tcp->tcp_second_timer_threshold); /* Init in tcp_init_values */ in tcp_reinit_values()
2389 tcp->tcp_second_timer_threshold = tcps->tcps_ip_abort_interval; in tcp_init_values()
2419 tcp->tcp_second_timer_threshold = in tcp_init_values()
2420 parent->tcp_second_timer_threshold; in tcp_init_values()
H A Dtcp_timers.c660 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()
/illumos-gate/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.c1512 acceptor->tcp_second_timer_threshold = in tcp_accept_comm()
1513 listener->tcp_second_timer_threshold; in tcp_accept_comm()
4303 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()
5426 tcp->tcp_second_timer_threshold = tcp_ip_abort_interval; in tcp_init_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h312 clock_t tcp_second_timer_threshold; /* When to give up completely */ member