Symbol: ift_counter
sys/dev/al_eth/al_eth.c
197
static uint64_t al_get_counter(if_t, ift_counter);
sys/dev/al_eth/al_eth.c
2805
al_get_counter(if_t ifp, ift_counter cnt)
sys/dev/aq/aq_main.c
176
static uint64_t aq_if_get_counter(if_ctx_t ctx, ift_counter cnt);
sys/dev/aq/aq_main.c
750
aq_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/axgbe/if_axgbe.c
241
axgbe_get_counter(if_t ifp, ift_counter c)
sys/dev/axgbe/if_axgbe_pci.c
105
static uint64_t axgbe_if_get_counter(if_ctx_t, ift_counter);
sys/dev/axgbe/if_axgbe_pci.c
2400
axgbe_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/bce/if_bce.c
457
static uint64_t bce_get_counter (if_t, ift_counter);
sys/dev/bce/if_bce.c
8190
bce_get_counter(if_t ifp, ift_counter cnt)
sys/dev/bge/if_bge.c
429
static uint64_t bge_get_counter(if_t, ift_counter);
sys/dev/bge/if_bge.c
6753
bge_get_counter(if_t ifp, ift_counter cnt)
sys/dev/bnxt/bnxt_en/if_bnxt.c
207
static uint64_t bnxt_get_counter(if_ctx_t, ift_counter);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3616
bnxt_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/bxe/bxe_stats.c
1180
bxe_get_counter(if_t ifp, ift_counter cnt)
sys/dev/bxe/bxe_stats.h
709
uint64_t bxe_get_counter(if_t, ift_counter);
sys/dev/cxgb/cxgb_main.c
2152
cxgb_get_counter(if_t ifp, ift_counter c)
sys/dev/cxgb/cxgb_main.c
96
static uint64_t cxgb_get_counter(if_t, ift_counter);
sys/dev/cxgbe/t4_main.c
3407
vi_get_counter(if_t ifp, ift_counter c)
sys/dev/cxgbe/t4_main.c
3459
cxgbe_get_counter(if_t ifp, ift_counter c)
sys/dev/cxgbe/t4_main.c
942
static uint64_t vi_get_counter(if_t, ift_counter);
sys/dev/cxgbe/t4_main.c
943
static uint64_t cxgbe_get_counter(if_t, ift_counter);
sys/dev/e1000/if_em.c
410
static uint64_t em_if_get_vf_counter(if_ctx_t, ift_counter);
sys/dev/e1000/if_em.c
411
static uint64_t em_if_get_counter(if_ctx_t, ift_counter);
sys/dev/e1000/if_em.c
4826
em_if_get_vf_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/e1000/if_em.c
4843
em_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/ena/ena.c
143
static uint64_t ena_get_counter(if_t, ift_counter);
sys/dev/ena/ena.c
2316
ena_get_counter(if_t ifp, ift_counter cnt)
sys/dev/enetc/if_enetc.c
1334
enetc_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/enetc/if_enetc.c
92
static uint64_t enetc_get_counter(if_ctx_t, ift_counter);
sys/dev/enic/if_enic.c
1151
enic_get_counter(if_ctx_t ctx, ift_counter cnt) {
sys/dev/enic/if_enic.c
91
static uint64_t enic_get_counter(if_ctx_t, ift_counter);
sys/dev/et/if_et.c
106
static uint64_t et_get_counter(if_t, ift_counter);
sys/dev/et/if_et.c
2664
et_get_counter(if_t ifp, ift_counter cnt)
sys/dev/gve/gve_main.c
550
gve_get_counter(if_t ifp, ift_counter cnt)
sys/dev/iavf/if_iavf_iflib.c
1462
iavf_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/iavf/if_iavf_iflib.c
74
static uint64_t iavf_if_get_counter(if_ctx_t ctx, ift_counter cnt);
sys/dev/ice/ice_lib.c
7772
ice_get_ifnet_counter(struct ice_vsi *vsi, ift_counter counter)
sys/dev/ice/ice_lib.h
996
uint64_t ice_get_ifnet_counter(struct ice_vsi *vsi, ift_counter counter);
sys/dev/ice/if_ice_iflib.c
3203
ice_if_get_counter(if_ctx_t ctx, ift_counter counter)
sys/dev/ice/if_ice_iflib.c
84
static uint64_t ice_if_get_counter(if_ctx_t ctx, ift_counter counter);
sys/dev/igc/if_igc.c
104
static uint64_t igc_if_get_counter(if_ctx_t, ift_counter);
sys/dev/igc/if_igc.c
2583
igc_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/ixgbe/if_ix.c
1353
ixgbe_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/ixgbe/if_ix.c
200
static uint64_t ixgbe_if_get_counter(if_ctx_t, ift_counter);
sys/dev/ixgbe/if_ixv.c
1197
ixv_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/ixgbe/if_ixv.c
120
static uint64_t ixv_if_get_counter(if_ctx_t, ift_counter);
sys/dev/ixl/if_ixl.c
121
static uint64_t ixl_if_get_counter(if_ctx_t ctx, ift_counter cnt);
sys/dev/ixl/if_ixl.c
1797
ixl_if_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/liquidio/lio_main.c
1058
lio_get_counter(if_t ifp, ift_counter cnt)
sys/dev/mana/mana_en.c
124
mana_get_counter(if_t ifp, ift_counter cnt)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3368
mlx5e_get_counter(if_t ifp, ift_counter cnt)
sys/dev/mxge/if_mxge.c
3844
mxge_get_counter(if_t ifp, ift_counter cnt)
sys/dev/netmap/if_ptnet.c
1001
ptnet_get_counter(if_t ifp, ift_counter cnt)
sys/dev/netmap/if_ptnet.c
92
static uint64_t ptnet_get_counter(if_t, ift_counter);
sys/dev/qlnx/qlnxe/qlnx_os.c
159
static uint64_t qlnx_get_counter(if_t ifp, ift_counter cnt);
sys/dev/qlnx/qlnxe/qlnx_os.c
6971
qlnx_get_counter(if_t ifp, ift_counter cnt)
sys/dev/sfxge/sfxge.h
405
extern uint64_t sfxge_get_counter(if_t ifp, ift_counter c);
sys/dev/sfxge/sfxge_port.c
102
sfxge_get_counter(if_t ifp, ift_counter c)
sys/dev/ti/if_ti.c
192
static uint64_t ti_get_counter(if_t, ift_counter);
sys/dev/ti/if_ti.c
2998
ti_get_counter(if_t ifp, ift_counter cnt)
sys/dev/virtio/network/if_vtnet.c
126
static uint64_t vtnet_get_counter(if_t, ift_counter);
sys/dev/virtio/network/if_vtnet.c
3056
vtnet_get_counter(if_t ifp, ift_counter cnt)
sys/dev/vmware/vmxnet3/if_vmx.c
142
static uint64_t vmxnet3_get_counter(if_ctx_t, ift_counter);
sys/dev/vmware/vmxnet3/if_vmx.c
2030
vmxnet3_get_counter(if_ctx_t ctx, ift_counter cnt)
sys/dev/vnic/nicvf_main.c
151
static uint64_t nicvf_if_getcounter(if_t, ift_counter);
sys/dev/vnic/nicvf_main.c
709
nicvf_if_getcounter(if_t ifp, ift_counter cnt)
sys/dev/vte/if_vte.c
111
static uint64_t vte_get_counter(if_t, ift_counter);
sys/dev/vte/if_vte.c
1298
vte_get_counter(if_t ifp, ift_counter cnt)
sys/net/if.c
1541
if_get_counter_default(struct ifnet *ifp, ift_counter cnt)
sys/net/if.c
1554
if_inc_counter(struct ifnet *ifp, ift_counter cnt, int64_t inc)
sys/net/if.c
4968
if_getcounter(if_t ifp, ift_counter counter)
sys/net/if_dead.c
97
ifdead_get_counter(struct ifnet *ifp, ift_counter cnt)
sys/net/if_lagg.c
1099
lagg_get_counter(struct ifnet *ifp, ift_counter cnt)
sys/net/if_lagg.c
164
static uint64_t lagg_get_counter(struct ifnet *ifp, ift_counter cnt);
sys/net/if_var.h
132
typedef uint64_t (*if_get_counter_t)(if_t, ift_counter);
sys/net/if_var.h
583
uint64_t if_get_counter_default(if_t, ift_counter);
sys/net/if_var.h
584
void if_inc_counter(if_t, ift_counter, int64_t);
sys/net/if_var.h
672
uint64_t if_getcounter(if_t ifp, ift_counter counter);
sys/net/iflib.c
4567
iflib_if_get_counter(if_t ifp, ift_counter cnt)
sys/net80211/ieee80211.c
102
static uint64_t ieee80211_get_counter(struct ifnet *, ift_counter);
sys/net80211/ieee80211.c
517
ieee80211_get_counter(struct ifnet *ifp, ift_counter cnt)