Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c373 counter_u64_t rack_total_bytes; variable
813 counter_u64_zero(rack_total_bytes); in sysctl_rack_clear()
1705 rack_total_bytes = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1709 &rack_total_bytes, in rack_init_sysctls()
3317 counter_u64_free(rack_total_bytes); in rack_counter_destroy()
18916 counter_u64_add(rack_total_bytes, len); in rack_fast_rsm_output()
19467 counter_u64_add(rack_total_bytes, len); in rack_fast_output()
22098 counter_u64_add(rack_total_bytes, len); in rack_output()