Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c397 counter_u64_t rack_fto_rsm_send; variable
824 counter_u64_zero(rack_fto_rsm_send); in sysctl_rack_clear()
1716 rack_fto_rsm_send = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1720 &rack_fto_rsm_send, "Total number of rack_fast_rsm_output sends"); in rack_init_sysctls()
3319 counter_u64_free(rack_fto_rsm_send); in rack_counter_destroy()
18947 counter_u64_add(rack_fto_rsm_send, 1); in rack_fast_rsm_output()