Home
last modified time | relevance | path

Searched refs:SO_TC_UNSPEC (Results 1 – 18 of 18) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Din_tclass.c354 if (tfp->tfp_class != SO_TC_UNSPEC) { in set_tclass_for_curr_proc()
549 if (tclass != SO_TC_UNSPEC) { in set_pid_tclass()
647 so_tcdbg->so_tcdbg_tclass = SO_TC_UNSPEC; /* Means not set */ in get_pid_tclass()
679 so_tcdbg->so_tcdbg_tclass = SO_TC_UNSPEC; /* Means not set */ in get_pname_tclass()
1026 int sotc = SO_TC_UNSPEC; in so_tc_from_control()
1268 if (sotc != SO_TC_UNSPEC) { in set_packet_service_class()
1794 } else if (sotc != SO_TC_UNSPEC) { in set_packet_qos()
H A Dkpi_ipfilter.c425 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ipf_injectv4_out()
514 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in ipf_injectv6_out()
H A Din_gif.c115 ipoa.ipoa_sotc = SO_TC_UNSPEC; in in_gif_output()
H A Draw_ip.c465 int sotc = SO_TC_UNSPEC; in rip_output()
476 if (sotc == SO_TC_UNSPEC) { in rip_output()
H A Dip_icmp.c1003 ipoa.ipoa_sotc = SO_TC_UNSPEC; in icmp_send()
H A Dudp_usrreq.c1569 int sotc = SO_TC_UNSPEC; in udp_output()
1626 if (sotc == SO_TC_UNSPEC) { in udp_output()
H A Dtcp_output.c3351 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in tcp_ip_output()
3356 ipoa.ipoa_sotc = SO_TC_UNSPEC; in tcp_ip_output()
H A Dtcp_subr.c769 int sotc = SO_TC_UNSPEC; in tcp_respond()
955 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in tcp_respond()
1023 ipoa.ipoa_sotc = SO_TC_UNSPEC; in tcp_respond()
H A Dip_input.c3479 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ip_forward()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c865 ipoa.ipoa_sotc = SO_TC_UNSPEC; in flow_track_abort_tcp()
893 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in flow_track_abort_tcp()
1003 ipoa.ipoa_sotc = SO_TC_UNSPEC; in flow_track_abort_quic()
1033 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in flow_track_abort_quic()
/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_output.c167 int sotc = SO_TC_UNSPEC; in udp6_output()
259 if (sotc == SO_TC_UNSPEC) { in udp6_output()
H A Draw_ip6.c377 int sotc = SO_TC_UNSPEC; in rip6_output()
518 if (sotc == SO_TC_UNSPEC) { in rip6_output()
H A Dicmp6.c2264 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in icmp6_reflect()
2766 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in icmp6_redirect_output()
H A Dnd6_nbr.c625 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in nd6_ns_output()
1462 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in nd6_na_output()
H A Din6_src.c754 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in in6_selectsrc()
H A Dipsec.c4080 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ipsec6_output_tunnel_internal()
5192 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ipsec_send_natt_keepalive()
/xnu-11215.1.10/bsd/sys/
H A Dsocket_private.h190 #define SO_TC_UNSPEC ((int)-1) /* Traffic class not specified */ macro
/xnu-11215.1.10/bsd/net/
H A Dif_stf.c522 ipoa.ipoa_sotc = SO_TC_UNSPEC; in stf_pre_output()