Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h447 uint8_t rack_tlp_threshold_use : 3, /* only 1, 2 and 3 used so far */ member
H A Drack.c236 static int32_t rack_tlp_threshold_use = TLP_USE_TWO_ONE; variable
917 &rack_tlp_threshold_use, TLP_USE_TWO_ONE, in rack_init_sysctls()
4275 if (rack->rack_tlp_threshold_use == TLP_USE_ID) { in rack_calc_thresh_tlp()
4287 } else if (rack->rack_tlp_threshold_use == TLP_USE_TWO_ONE) { in rack_calc_thresh_tlp()
4317 } else if (rack->rack_tlp_threshold_use == TLP_USE_TWO_TWO) { in rack_calc_thresh_tlp()
10412 rack->rack_tlp_threshold_use = rack_tlp_threshold_use; in rack_init()
14336 rack->rack_tlp_threshold_use = optval; in rack_set_sockopt()
14786 optval = rack->rack_tlp_threshold_use; in rack_get_sockopt()