Searched refs:constrained_action (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.c | 586 u_int8_t constrained_action; member 5219 (route_rule->constrained_action == NECP_ROUTE_RULE_ALLOW_INTERFACE) ? "Constrained " : "", in __sized_by() 5249 IS_NECP_ROUTE_RULE_DENY(route_rule->constrained_action) ? "!Constrained " : "", in __sized_by() 5280 (route_rule->constrained_action == NECP_ROUTE_RULE_QOS_MARKING) ? "Constrained " : "", in __sized_by() 6188 …action, u_int8_t wired_action, u_int8_t expensive_action, u_int8_t constrained_action, u_int8_t co… in necp_lookup_route_rule_by_contents_locked() argument 6199 searchentry->constrained_action == constrained_action && in necp_lookup_route_rule_by_contents_locked() 6296 u_int8_t constrained_action = NECP_ROUTE_RULE_NONE; in necp_create_route_rule() local 6405 constrained_action = rule_action; in necp_create_route_rule() 6452 …ion, cellular_action, wifi_action, wired_action, expensive_action, constrained_action, companion_a… in necp_create_route_rule() 6474 new_rule->constrained_action = constrained_action; in necp_create_route_rule() [all …]
|