Searched refs:so_tc2msc (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_tclass.c | 1260 msc = so_tc2msc(sotc); in set_packet_service_class() 1345 so_tc2msc(int tc) in so_tc2msc() function 1914 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 | 3454 if_qflush_sc(rtifp, so_tc2msc(optval), flowhash, NULL, NULL, 0); in inp_flush() 3457 if_qflush_sc(oifp, so_tc2msc(optval), flowhash, NULL, NULL, 0); in inp_flush()
|
| H A D | tcp_output.c | 2668 (void) m_set_service_class(m, so_tc2msc(sotc)); in tcp_output()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | socketvar.h | 1006 extern mbuf_svc_class_t so_tc2msc(int);
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | bpf.c | 2443 (void) m_set_service_class(m, so_tc2msc(tc)); in bpf_set_packet_service_class()
|
| H A D | if_ipsec.c | 3209 mbuf_svc_class_t output_service_class = so_tc2msc(*(int *)data); in ipsec_ctl_setopt()
|