Searched refs:ifc_obytes (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/net/ |
H A D | if_var.h | 121 ifc_obytes, /* total number of octets sent */ enumerator 229 #define if_obytes if_data_counters[ifc_obytes]
|
H A D | if_veb.c | 958 counters_pkt(ifp->if_counters, ifc_opackets, ifc_obytes, in veb_broadcast() 1046 counters_pkt(ifp->if_counters, ifc_opackets, ifc_obytes, in veb_transmit() 2490 counters_pkt(ifp->if_counters, ifc_opackets, ifc_obytes, in vport_enqueue()
|
H A D | if_tpmr.c | 403 ifc_opackets, ifc_obytes, len); in tpmr_input()
|
H A D | if.c | 843 counters_pkt(ifp->if_counters, ifc_opackets, ifc_obytes, in if_input_local() 2813 data->ifi_obytes = ifp->if_data_counters[ifc_obytes]; in if_getdata() 2832 data->ifi_obytes += counters[ifc_obytes]; in if_getdata()
|
H A D | if_vlan.c | 307 ifc_opackets, ifc_obytes, m->m_pkthdr.len); in vlan_enqueue()
|
H A D | if_pflow.c | 1271 ifc_opackets, ifc_obytes, m->m_pkthdr.len); in pflow_sendout_mbuf()
|
H A D | if_aggr.c | 719 ifc_opackets, ifc_obytes, m->m_pkthdr.len); in aggr_enqueue()
|
H A D | if_pfsync.c | 1545 ifc_obytes, len); in pfsync_sendout()
|
/openbsd/sys/netinet/ |
H A D | ip_carp.c | 2366 ifc_opackets, ifc_obytes, m->m_pkthdr.len); in carp_enqueue()
|