Home
last modified time | relevance | path

Searched refs:pkt_svc (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1058 m->m_pkthdr.pkt_svc = sc; in m_set_service_class()
1073 if (MBUF_VALID_SC(m->m_pkthdr.pkt_svc)) { in m_get_service_class()
1074 sc = m->m_pkthdr.pkt_svc; in m_get_service_class()
H A Dkpi_mbuf.c1660 !MBUF_VALID_SC(m->m_pkthdr.pkt_svc)) { in mbuf_is_traffic_class_privileged()
H A Duipc_mbuf.c2101 (void) m_set_service_class(to, from->m_pkthdr.pkt_svc); in m_copy_classifier()
/xnu-12377.41.6/bsd/net/
H A Diptap.c622 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in iptap_bpf_tap()
H A Ddroptap.c443 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in droptap_bpf_tap_mbuf()
H A Dpktap.c1314 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in pktap_bpf_tap()
H A Dbpf.c4146 ehp->bh_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in catchpacket()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c1636 m->m_pkthdr.pkt_svc = pkt->pkt_svc_class; in pkt_copy_to_mbuf()
1865 m->m_pkthdr.pkt_svc = pkt->pkt_svc_class; in pkt_copy_multi_buflet_to_mbuf()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h426 u_int32_t pkt_svc; /* MBUF_SVC value */ member
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2856 m->m_pkthdr.pkt_svc = pkt->pkt_svc_class; in convert_pkt_to_mbuf()