Searched refs:SO_TC_UNSPEC (Results 1 – 18 of 18) sorted by relevance
353 if (tfp->tfp_class != SO_TC_UNSPEC) { in set_tclass_for_curr_proc()551 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()1028 int sotc = SO_TC_UNSPEC; in so_tc_from_control()1278 if (sotc != SO_TC_UNSPEC) { in set_packet_service_class()1822 } else if (sotc != SO_TC_UNSPEC) { in set_packet_qos()
419 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ipf_injectv4_out()508 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in ipf_injectv6_out()
115 ipoa.ipoa_sotc = SO_TC_UNSPEC; in in_gif_output()
461 int sotc = SO_TC_UNSPEC; in rip_output()472 if (sotc == SO_TC_UNSPEC) { in rip_output()
999 ipoa.ipoa_sotc = SO_TC_UNSPEC; in icmp_send()
1553 int sotc = SO_TC_UNSPEC; in udp_output()1610 if (sotc == SO_TC_UNSPEC) { in udp_output()
3262 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in tcp_ip_output()3267 ipoa.ipoa_sotc = SO_TC_UNSPEC; in tcp_ip_output()
753 int sotc = SO_TC_UNSPEC; in tcp_respond()945 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in tcp_respond()1013 ipoa.ipoa_sotc = SO_TC_UNSPEC; in tcp_respond()
3430 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ip_forward()
864 ipoa.ipoa_sotc = SO_TC_UNSPEC; in flow_track_abort_tcp()892 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in flow_track_abort_tcp()1001 ipoa.ipoa_sotc = SO_TC_UNSPEC; in flow_track_abort_quic()1031 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in flow_track_abort_quic()
166 int sotc = SO_TC_UNSPEC; in udp6_output()255 if (sotc == SO_TC_UNSPEC) { in udp6_output()
376 int sotc = SO_TC_UNSPEC; in rip6_output()515 if (sotc == SO_TC_UNSPEC) { in rip6_output()
609 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in nd6_ns_output()1429 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in nd6_na_output()
2262 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in icmp6_reflect()2768 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in icmp6_redirect_output()
754 ip6oa.ip6oa_sotc = SO_TC_UNSPEC; in in6_selectsrc()
4095 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ipsec6_output_tunnel_internal()5211 ipoa.ipoa_sotc = SO_TC_UNSPEC; in ipsec_send_natt_keepalive()
521 ipoa.ipoa_sotc = SO_TC_UNSPEC; in stf_pre_output()
289 #define SO_TC_UNSPEC ((int)-1) /* Traffic class not specified */ macro