Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c585 u_int8_t constrained_action; member
5278 (route_rule->constrained_action == NECP_ROUTE_RULE_ALLOW_INTERFACE) ? "Constrained " : "", in __sized_by()
5307 IS_NECP_ROUTE_RULE_DENY(route_rule->constrained_action) ? "!Constrained " : "", in __sized_by()
5337 (route_rule->constrained_action == NECP_ROUTE_RULE_QOS_MARKING) ? "Constrained " : "", in __sized_by()
6234 …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
6245 searchentry->constrained_action == constrained_action && in necp_lookup_route_rule_by_contents_locked()
6341 u_int8_t constrained_action = NECP_ROUTE_RULE_NONE; in necp_create_route_rule() local
6447 constrained_action = rule_action; in necp_create_route_rule()
6494 …ion, cellular_action, wifi_action, wired_action, expensive_action, constrained_action, companion_a… in necp_create_route_rule()
6516 new_rule->constrained_action = constrained_action; in necp_create_route_rule()
[all …]