Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c186 static uint32_t rack_highest_sack_thresh_seen = 0; variable
1125 &rack_highest_sack_thresh_seen, 0, in rack_init_sysctls()
7913 (ackratio > rack_highest_sack_thresh_seen)) in rack_log_ack()
7914 rack_highest_sack_thresh_seen = (uint32_t)ackratio; in rack_log_ack()