Searched refs:sotc (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_socket.h | 60 int sotc; member 68 sockcminfo->sotc = so->so_traffic_class; in sock_init_cm_info()
|
| H A D | kpi_socket.c | 581 int sotc; in sock_settclassopt() local 608 sotc = so_tc_from_dscp((uint8_t)((*(const int *)optval) >> 2)); in sock_settclassopt() 611 sopt.sopt_val = CAST_USER_ADDR_T(&sotc); in sock_settclassopt() 612 sopt.sopt_valsize = sizeof(sotc); in sock_settclassopt()
|
| H A D | uipc_socket.c | 8198 sockcminfo->sotc = val; in sock_parse_cm_info() 8219 sockcminfo->sotc = sotc_by_netservicetype[val]; in sock_parse_cm_info()
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | in_tclass.c | 974 int sotc; in so_set_net_service_type() local 981 sotc = sotc_by_netservicetype[netsvctype]; in so_set_net_service_type() 982 error = so_set_traffic_class(so, sotc); in so_set_net_service_type() 1201 int sotc, uint32_t flags) in set_packet_service_class() argument 1216 if (sotc != SO_TC_UNSPEC) { in set_packet_service_class() 1217 VERIFY(SO_VALID_TC(sotc)); in set_packet_service_class() 1218 msc = so_tc2msc(sotc); in set_packet_service_class() 1367 sotc_index(int sotc) in sotc_index() argument 1369 switch (sotc) { in sotc_index() 1686 int sotc, int netsvctype, uint8_t *dscp_inout) in set_packet_qos() argument [all …]
|
| H A D | raw_ip.c | 513 ipoa.ipoa_sotc = sockcminfo.sotc; in rip_output() 657 set_packet_service_class(m, so, sockcminfo.sotc, 0); in rip_output()
|
| H A D | tcp_subr.c | 948 int sotc = SO_TC_UNSPEC; in tcp_respond() local 1120 sotc = tp->t_inpcb->inp_socket->so_traffic_class; in tcp_respond() 1123 sotc, svc_flags); in tcp_respond() 1178 ip6oa.ip6oa_sotc = sotc; in tcp_respond() 1243 ipoa.ipoa_sotc = sotc; in tcp_respond()
|
| H A D | tcp_output.c | 1051 int sotc = so->so_traffic_class; in tcp_output() local 3302 set_packet_service_class(m, so, sotc, svc_flags); in tcp_output() 3308 (void) m_set_service_class(m, so_tc2msc(sotc)); in tcp_output()
|
| H A D | udp_usrreq.c | 1741 ipoa.ipoa_sotc = sockcminfo.sotc; in udp_output() 2084 set_packet_service_class(m, so, sockcminfo.sotc, 0); in udp_output()
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | udp6_output.c | 269 ip6oa.ip6oa_sotc = sockcminfo.sotc; in udp6_output() 572 set_packet_service_class(m, so, sockcminfo.sotc, PKT_SCF_IPV6); in udp6_output()
|
| H A D | raw_ip6.c | 525 ip6oa.ip6oa_sotc = sockcminfo.sotc; in rip6_output() 808 set_packet_service_class(m, so, sockcminfo.sotc, PKT_SCF_IPV6); in rip6_output()
|