Home
last modified time | relevance | path

Searched refs:ifc_ipackets (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/net/
Dif_var.h115 ifc_ipackets, /* packets received on interface */ enumerator
223 #define if_ipackets if_data_counters[ifc_ipackets]
Dif_tpmr.c372 counters_pkt(ifp->if_counters, ifc_ipackets, ifc_ibytes, len); in tpmr_input()
Dif.c1016 ifc_ipackets, ifc_ibytes, m->m_pkthdr.len); in if_vinput()
2807 data->ifi_ipackets = ifp->if_data_counters[ifc_ipackets]; in if_getdata()
2826 data->ifi_ipackets += counters[ifc_ipackets]; in if_getdata()
Dif_pppx.c1190 ifc_ipackets, ifc_ibytes, m->m_pkthdr.len); in pppacwrite()
Dpipex.c1094 counters_pkt(ifp->if_counters, ifc_ipackets, ifc_ibytes, len); in pipex_ip_input()
1142 counters_pkt(ifp->if_counters, ifc_ipackets, ifc_ibytes, len); in pipex_ip6_input()
Dif_veb.c1118 counters_pkt(ifp->if_counters, ifc_ipackets, ifc_ibytes, in veb_port_input()
Dif_pfsync.c2688 counters_pkt(sc->sc_if.if_counters, ifc_ipackets, ifc_ibytes, len); in pfsync_input()
Dif_wg.c1698 counters_pkt(sc->sc_if.if_counters, ifc_ipackets, ifc_ibytes, in wg_decap()