Searched refs:ift_counter (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_var.h | 125 } 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 D | if_dead.c | 99 ifdead_get_counter(struct ifnet *ifp, ift_counter cnt) in ifdead_get_counter()
|
| H A D | ifdi_if.m | 400 ift_counter cnt;
|
| H A D | if_lagg.c | 163 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 D | if.c | 1762 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 D | iflib.c | 4414 iflib_if_get_counter(if_t ifp, ift_counter cnt) in iflib_if_get_counter()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211.c | 104 static uint64_t ieee80211_get_counter(struct ifnet *, ift_counter); 497 ieee80211_get_counter(struct ifnet *ifp, ift_counter cnt) in ieee80211_get_counter()
|