Home
last modified time | relevance | path

Searched refs:ifi_ibebytes (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Ddlil.h459 ifp->if_tc.ifi_ibebytes += (u_int64_t)m->m_pkthdr.len; in ifp_inc_traffic_class_in()
H A Dif_var_private.h82 u_int64_t ifi_ibebytes;/* TC_BE bytes received on interface */ member
H A Dif.c6318 COPY_IF_TC_FIELD64_ATOMIC(ifi_ibebytes); in if_copy_traffic_class()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c5198 ifp->if_tc.ifi_ibebytes += SK_PTR_ADDR_KPKT(ph)->pkt_length; in fsw_ifp_inc_traffic_class_in_pkt()