Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_var.h120 ifc_ibytes, /* total number of octets received */ enumerator
228 #define if_ibytes if_data_counters[ifc_ibytes]
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()
2812 data->ifi_ibytes = ifp->if_data_counters[ifc_ibytes]; in if_getdata()
2831 data->ifi_ibytes += counters[ifc_ibytes]; 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()