Searched refs:ifc_ipackets (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_var.h | 115 ifc_ipackets, /* packets received on interface */ enumerator 223 #define if_ipackets if_data_counters[ifc_ipackets]
|
| 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() 2807 data->ifi_ipackets = ifp->if_data_counters[ifc_ipackets]; in if_getdata() 2826 data->ifi_ipackets += counters[ifc_ipackets]; 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()
|