Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c295 counter_u64_t wheel_wrap; variable
297 SYSCTL_COUNTER_U64(_net_inet_tcp_hpts_stats, OID_AUTO, wheel_wrap, CTLFLAG_RD,
298 &wheel_wrap, "Number of times the wheel lagged enough to have an insert see wrap");
1180 counter_u64_add(wheel_wrap, 1); in tcp_hptsi()
1834 wheel_wrap = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2058 counter_u64_free(wheel_wrap); in tcp_hpts_mod_unload()