Lines Matching refs:default_action
516 u_int8_t default_action; member
4576 switch (route_rule->default_action) { in necp_get_result_description()
5386 …_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
5392 if (searchentry->default_action == default_action && in necp_lookup_route_rule_by_contents_locked()
5485 u_int8_t default_action = NECP_ROUTE_RULE_ALLOW_INTERFACE; in necp_create_route_rule() local
5587 default_action = rule_action; in necp_create_route_rule()
5593 default_action = rule_action; in necp_create_route_rule()
5613 …existing_rule = necp_lookup_route_rule_by_contents_locked(list, default_action, cellular_action, w… in necp_create_route_rule()
5629 new_rule->default_action = default_action; in necp_create_route_rule()
10340 qos_marking = (route_rule->default_action == NECP_ROUTE_RULE_QOS_MARKING) ? TRUE : FALSE; in necp_update_qos_marking()
10516 default_is_allowed = (route_rule->default_action == NECP_ROUTE_RULE_DENY_INTERFACE) ? FALSE : TRUE; in necp_route_is_allowed_inner()
10838 if (route_rule->default_action == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10839 route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10840 *remove = (route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10922 if (route_rule->default_action == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10923 route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10924 *remove = (route_rule->default_action == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10965 if (route_rule->default_action == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()
11033 if (route_rule->default_action == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()