Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h125 } ift_counter; typedef
134 typedef uint64_t (*if_get_counter_t)(if_t, ift_counter);
690 uint64_t if_get_counter_default(struct ifnet *, ift_counter);
691 void if_inc_counter(struct ifnet *, ift_counter, int64_t);
H A Dif_dead.c99 ifdead_get_counter(struct ifnet *ifp, ift_counter cnt) in ifdead_get_counter()
H A Difdi_if.m400 ift_counter cnt;
H A Dif_lagg.c163 static uint64_t lagg_get_counter(struct ifnet *ifp, ift_counter cnt);
1088 lagg_get_counter(struct ifnet *ifp, ift_counter cnt) in lagg_get_counter()
H A Dif.c1762 if_get_counter_default(struct ifnet *ifp, ift_counter cnt) in if_get_counter_default()
1775 if_inc_counter(struct ifnet *ifp, ift_counter cnt, int64_t inc) in if_inc_counter()
H A Diflib.c4414 iflib_if_get_counter(if_t ifp, ift_counter cnt) in iflib_if_get_counter()
/f-stack/freebsd/net80211/
H A Dieee80211.c104 static uint64_t ieee80211_get_counter(struct ifnet *, ift_counter);
497 ieee80211_get_counter(struct ifnet *ifp, ift_counter cnt) in ieee80211_get_counter()