Searched refs:expensive_action (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.c | 584 u_int8_t expensive_action; member 5277 (route_rule->expensive_action == NECP_ROUTE_RULE_ALLOW_INTERFACE) ? "Exp " : "", in __sized_by() 5306 IS_NECP_ROUTE_RULE_DENY(route_rule->expensive_action) ? "!Exp " : "", in __sized_by() 5336 (route_rule->expensive_action == NECP_ROUTE_RULE_QOS_MARKING) ? "Exp " : "", in __sized_by() 6234 …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 6244 searchentry->expensive_action == expensive_action && in necp_lookup_route_rule_by_contents_locked() 6340 u_int8_t expensive_action = NECP_ROUTE_RULE_NONE; in necp_create_route_rule() local 6444 expensive_action = rule_action; in necp_create_route_rule() 6494 …d(list, default_action, cellular_action, wifi_action, wired_action, expensive_action, constrained_… in necp_create_route_rule() 6515 new_rule->expensive_action = expensive_action; in necp_create_route_rule() [all …]
|