Searched refs:so_tc2msc (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_tclass.c | 1273 msc = so_tc2msc(sotc); in set_packet_service_class() 1358 so_tc2msc(int tc) in so_tc2msc() function 1927 dcsp_msc_map[i].msc = so_tc2msc(netsvctype_dscp_map[i].netsvctype); in dscp_msc_map_from_netsvctype_dscp_map()
|
| H A D | in_pcb.c | 3694 if_qflush_sc(rtifp, so_tc2msc(optval), flowhash, NULL, NULL, 0); in inp_flush() 3697 if_qflush_sc(oifp, so_tc2msc(optval), flowhash, NULL, NULL, 0); in inp_flush()
|
| H A D | tcp_output.c | 3024 (void) m_set_service_class(m, so_tc2msc(sotc)); in tcp_output()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | socketvar.h | 1032 extern mbuf_svc_class_t so_tc2msc(int);
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | bpf.c | 2908 (void) m_set_service_class(m, so_tc2msc(tc)); in bpf_set_packet_service_class()
|
| H A D | if_ipsec.c | 3981 mbuf_svc_class_t output_service_class = so_tc2msc(*(int *)data); in ipsec_ctl_setopt()
|