Searched refs:expensive_action (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | necp.c | 585 u_int8_t expensive_action; member 5229 (route_rule->expensive_action == NECP_ROUTE_RULE_ALLOW_INTERFACE) ? "Exp " : "", in __sized_by() 5259 IS_NECP_ROUTE_RULE_DENY(route_rule->expensive_action) ? "!Exp " : "", in __sized_by() 5290 (route_rule->expensive_action == NECP_ROUTE_RULE_QOS_MARKING) ? "Exp " : "", in __sized_by() 6199 …lular_action, u_int8_t wifi_action, u_int8_t wired_action, u_int8_t expensive_action, u_int8_t con… in necp_lookup_route_rule_by_contents_locked() argument 6209 searchentry->expensive_action == expensive_action && in necp_lookup_route_rule_by_contents_locked() 6306 u_int8_t expensive_action = NECP_ROUTE_RULE_NONE; in necp_create_route_rule() local 6411 expensive_action = rule_action; in necp_create_route_rule() 6463 …d(list, default_action, cellular_action, wifi_action, wired_action, expensive_action, constrained_… in necp_create_route_rule() 6484 new_rule->expensive_action = expensive_action; in necp_create_route_rule() [all …]
|