Home
last modified time | relevance | path

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

/src/sys/netinet/tcp_stacks/
H A Drack.c366 counter_u64_t rack_total_bytes; variable
794 counter_u64_zero(rack_total_bytes); in sysctl_rack_clear()
1588 rack_total_bytes = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1592 &rack_total_bytes, in rack_init_sysctls()
3190 counter_u64_free(rack_total_bytes); in rack_counter_destroy()
18792 counter_u64_add(rack_total_bytes, len); in rack_fast_rsm_output()
19343 counter_u64_add(rack_total_bytes, len); in rack_fast_output()
21993 counter_u64_add(rack_total_bytes, len); in rack_output()