Home
last modified time | relevance | path

Searched refs:so_svc2tc (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Ddroptap.c330 hdr->pth_svc = so_svc2tc((mbuf_svc_class_t) in droptap_bpf_tap_packet()
431 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.c1305 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in pktap_bpf_tap()
1451 hdr->pth_svc = so_svc2tc((mbuf_svc_class_t) in pktap_bpf_tap_packet()
H A Dif_ipsec.c3478 *(int *)data = so_svc2tc(pcb->ipsec_output_service_class); in ipsec_ctl_getopt()
4195 ipoa->ipoa_sotc = so_svc2tc(pcb->ipsec_output_service_class); in ipsec_set_ipoa_for_interface()
4217 ip6oa->ip6oa_sotc = so_svc2tc(pcb->ipsec_output_service_class); in ipsec_set_ip6oa_for_interface()
H A Dbpf.c4139 ehp->bh_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in catchpacket()
4170 ehp->bh_svc = so_svc2tc((mbuf_svc_class_t)kern_packet_get_service_class(kern_pkt)); in catchpacket()
/xnu-11215.1.10/bsd/netinet/
H A Din_tclass.c1387 so_svc2tc(mbuf_svc_class_t svc) in so_svc2tc() function
1930 so_svc2tc(wifi_dscp_to_msc_array[i]);
/xnu-11215.1.10/bsd/sys/
H A Dsocketvar.h1060 extern int so_svc2tc(mbuf_svc_class_t);