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

/freebsd-13-stable/sys/net/
H A Dif_var.h394 counter_u64_t if_counters[IFCOUNTERS]; member in struct:ifnet
H A Dif.c648 ifp->if_counters[i] = counter_u64_alloc(M_WAITOK);
695 counter_u64_free(ifp->if_counters[i]);
1767 return (counter_u64_fetch(ifp->if_counters[cnt]));
1780 counter_u64_add(ifp->if_counters[cnt], inc);

Completed in 163 milliseconds