Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h393 counter_u64_t if_counters[IFCOUNTERS]; member
H A Dif.c648 ifp->if_counters[i] = counter_u64_alloc(M_WAITOK); in if_alloc_domain()
695 counter_u64_free(ifp->if_counters[i]); in if_free_internal()
1767 return (counter_u64_fetch(ifp->if_counters[cnt])); in if_get_counter_default()
1780 counter_u64_add(ifp->if_counters[cnt], inc); in if_inc_counter()