Searched refs:ifc_ibytes (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_var.h | 120 ifc_ibytes, /* total number of octets received */ enumerator 228 #define if_ibytes if_data_counters[ifc_ibytes]
|
| D | if_tpmr.c | 372 counters_pkt(ifp->if_counters, ifc_ipackets, ifc_ibytes, len); in tpmr_input()
|
| D | if.c | 1016 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()
|
| D | if_pppx.c | 1190 ifc_ipackets, ifc_ibytes, m->m_pkthdr.len); in pppacwrite()
|
| D | pipex.c | 1094 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()
|
| D | if_veb.c | 1118 counters_pkt(ifp->if_counters, ifc_ipackets, ifc_ibytes, in veb_port_input()
|
| D | if_pfsync.c | 2688 counters_pkt(sc->sc_if.if_counters, ifc_ipackets, ifc_ibytes, len); in pfsync_input()
|
| D | if_wg.c | 1698 counters_pkt(sc->sc_if.if_counters, ifc_ipackets, ifc_ibytes, in wg_decap()
|