Searched refs:if_counters (Results 1 – 2 of 2) sorted by relevance
144 counter_u64_t if_counters[IFCOUNTERS]; member
573 ifp->if_counters[i] = counter_u64_alloc(M_WAITOK); in if_alloc_domain()654 counter_u64_free(ifp->if_counters[i]); in if_free_deferred()1673 return (counter_u64_fetch(ifp->if_counters[cnt])); in if_get_counter_default()1686 counter_u64_add(ifp->if_counters[cnt], inc); in if_inc_counter()