Home
last modified time | relevance | path

Searched refs:rack_tlp_threshold_use (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h724 uint8_t rack_tlp_threshold_use : 3, /* only 1, 2 and 3 used so far */ member
H A Drack.c292 static int32_t rack_tlp_threshold_use = TLP_USE_TWO_ONE; variable
1331 &rack_tlp_threshold_use, TLP_USE_TWO_ONE, in rack_init_sysctls()
6000 if (rack->rack_tlp_threshold_use == TLP_USE_ID) { in rack_calc_thresh_tlp()
6011 } else if (rack->rack_tlp_threshold_use == TLP_USE_TWO_ONE) { in rack_calc_thresh_tlp()
6039 } else if (rack->rack_tlp_threshold_use == TLP_USE_TWO_TWO) { in rack_calc_thresh_tlp()
14722 rack->rack_tlp_threshold_use = rack_tlp_threshold_use; in rack_init()
23223 rack->rack_tlp_threshold_use = optval; in rack_process_option()
23867 if (dest->rack_tlp_threshold_use != src->rack_tlp_threshold_use) { in rack_inherit()
23868 dest->rack_tlp_threshold_use = src->rack_tlp_threshold_use; in rack_inherit()
24665 optval = rack->rack_tlp_threshold_use; in rack_get_sockopt()