Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c369 counter_u64_t rack_total_bytes; variable
785 counter_u64_zero(rack_total_bytes); in sysctl_rack_clear()
1685 rack_total_bytes = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1689 &rack_total_bytes, in rack_init_sysctls()
3290 counter_u64_free(rack_total_bytes); in rack_counter_destroy()
19165 counter_u64_add(rack_total_bytes, len); in rack_fast_rsm_output()
19714 counter_u64_add(rack_total_bytes, len); in rack_fast_output()
22215 counter_u64_add(rack_total_bytes, len); in rack_output()