Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c316 counter_u64_t rack_tlp_retran_bytes; variable
534 counter_u64_zero(rack_tlp_retran_bytes); in sysctl_rack_clear()
1245 rack_tlp_retran_bytes = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1249 &rack_tlp_retran_bytes, in rack_init_sysctls()
2148 counter_u64_free(rack_tlp_retran_bytes); in rack_counter_destroy()
13317 counter_u64_add(rack_tlp_retran_bytes, len); in rack_output()