Lines Matching refs:default_action

513 	u_int8_t        default_action;  member
4560 switch (route_rule->default_action) { in necp_get_result_description()
5370 …_rule_by_contents_locked(struct necp_route_rule_list *list, u_int8_t default_action, u_int8_t cell… in necp_lookup_route_rule_by_contents_locked() argument
5376 if (searchentry->default_action == default_action && in necp_lookup_route_rule_by_contents_locked()
5469 u_int8_t default_action = NECP_ROUTE_RULE_ALLOW_INTERFACE; in necp_create_route_rule() local
5571 default_action = rule_action; in necp_create_route_rule()
5577 default_action = rule_action; in necp_create_route_rule()
5597 …existing_rule = necp_lookup_route_rule_by_contents_locked(list, default_action, cellular_action, w… in necp_create_route_rule()
5613 new_rule->default_action = default_action; in necp_create_route_rule()
10320 qos_marking = (route_rule->default_action == NECP_ROUTE_RULE_QOS_MARKING) ? TRUE : FALSE; in necp_update_qos_marking()
10496 default_is_allowed = (route_rule->default_action == NECP_ROUTE_RULE_DENY_INTERFACE) ? FALSE : TRUE; in necp_route_is_allowed_inner()
10744 if (route_rule->default_action == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10745 route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10746 *remove = (route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10828 if (route_rule->default_action == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10829 route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10830 *remove = (route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10871 if (route_rule->default_action == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()
10939 if (route_rule->default_action == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()