Searched refs:tcp_first_ctimer_threshold (Results 1 – 6 of 6) sorted by relevance
159 uint32_t tcp_first_ctimer_threshold; /* 1st threshold when connecting */ member
1515 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()
419 *i1 = tcp->tcp_first_ctimer_threshold; in tcp_opt_get()705 tcp->tcp_first_ctimer_threshold = *i1; in tcp_opt_set()
720 first_threshold = tcp->tcp_first_ctimer_threshold; in tcp_timer()
2228 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()
313 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ member