Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Ddroptap.c339 hdr->pth_svc = so_svc2tc((mbuf_svc_class_t) in droptap_bpf_tap_packet()
443 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.c1314 hdr->pth_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in pktap_bpf_tap()
1467 hdr->pth_svc = so_svc2tc((mbuf_svc_class_t) in pktap_bpf_tap_packet()
H A Dif_ipsec.c3477 *(int *)data = so_svc2tc(pcb->ipsec_output_service_class); in ipsec_ctl_getopt()
4194 ipoa->ipoa_sotc = so_svc2tc(pcb->ipsec_output_service_class); in ipsec_set_ipoa_for_interface()
4216 ip6oa->ip6oa_sotc = so_svc2tc(pcb->ipsec_output_service_class); in ipsec_set_ip6oa_for_interface()
H A Dbpf.c4146 ehp->bh_svc = so_svc2tc(m->m_pkthdr.pkt_svc); in catchpacket()
4182 ehp->bh_svc = so_svc2tc((mbuf_svc_class_t)kern_packet_get_service_class(kern_pkt)); in catchpacket()
/xnu-12377.1.9/bsd/netinet/
H A Din_tclass.c1335 so_svc2tc(mbuf_svc_class_t svc) in so_svc2tc() function
1878 so_svc2tc(wifi_dscp_to_msc_array[i]);
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h1059 extern int so_svc2tc(mbuf_svc_class_t);