Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.h471 ifp->if_tc.ifi_ivobytes += (u_int64_t)m->m_pkthdr.len; in ifp_inc_traffic_class_in()
H A Dif_var_private.h94 u_int64_t ifi_ivobytes;/* TC_VO bytes received on interface */ member
H A Dif.c6330 COPY_IF_TC_FIELD64_ATOMIC(ifi_ivobytes); in if_copy_traffic_class()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c5210 ifp->if_tc.ifi_ivobytes += SK_PTR_ADDR_KPKT(ph)->pkt_length; in fsw_ifp_inc_traffic_class_in_pkt()