Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c12142 bool default_is_allowed = TRUE; in necp_route_is_allowed_inner() local
12171 default_is_allowed = IS_NECP_ROUTE_RULE_DENY(route_rule->default_action) ? FALSE : TRUE; in necp_route_is_allowed_inner()
12176 if (necp_debug > 1 && !default_is_allowed) { in necp_route_is_allowed_inner()
12177 … No interface for route, using default for Rule %d Allowed %d", route_rule_id, default_is_allowed); in necp_route_is_allowed_inner()
12179 return default_is_allowed; in necp_route_is_allowed_inner()
12395 if (necp_debug > 1 && !default_is_allowed) { in necp_route_is_allowed_inner()
12396 …G_DEBUG, "Route Allowed: Using default for Rule %d Allowed %d", route_rule_id, default_is_allowed); in necp_route_is_allowed_inner()
12398 return default_is_allowed; in necp_route_is_allowed_inner()