Home
last modified time | relevance | path

Searched refs:net_qos_policy_wifi_enabled (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Din_tclass.h95 extern int net_qos_policy_wifi_enabled;
H A Din_tclass.c121 int net_qos_policy_wifi_enabled = 0; variable
123 CTLFLAG_RW | CTLFLAG_LOCKED, &net_qos_policy_wifi_enabled, 0, "");
/xnu-8796.141.3/bsd/net/
H A Ddlil.c9004 if (IFNET_IS_WIFI_INFRA(ifp) && net_qos_policy_wifi_enabled != 0) { in ifnet_attach()