Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf2.c1056 m->m_pkthdr.pkt_svc = sc; in m_set_service_class()
1071 if (MBUF_VALID_SC(m->m_pkthdr.pkt_svc)) { in m_get_service_class()
1072 sc = m->m_pkthdr.pkt_svc; in m_get_service_class()
H A Dkpi_mbuf.c1649 !MBUF_VALID_SC(m->m_pkthdr.pkt_svc)) { in mbuf_is_traffic_class_privileged()
H A Duipc_mbuf.c5099 (void) m_set_service_class(to, from->m_pkthdr.pkt_svc);
/xnu-11417.140.69/bsd/net/
H A Ddroptap.c435 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in droptap_bpf_tap_mbuf()
H A Diptap.c622 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in iptap_bpf_tap()
H A Dpktap.c1309 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in pktap_bpf_tap()
H A Dbpf.c4139 ehp->bh_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in catchpacket()
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpacket_copy.c1595 m->m_pkthdr.pkt_svc = pkt->pkt_svc_class; in pkt_copy_to_mbuf()
1812 m->m_pkthdr.pkt_svc = pkt->pkt_svc_class; in pkt_copy_multi_buflet_to_mbuf()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h425 u_int32_t pkt_svc; /* MBUF_SVC value */ member
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2779 m->m_pkthdr.pkt_svc = pkt->pkt_svc_class; in convert_pkt_to_mbuf()