Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/ !
H A Dnecp.c5658 …ed_action, u_int8_t companion_action, u_int32_t *if_indices, u_int8_t *if_actions, uuid_t netagent… in necp_lookup_route_rule_by_contents_locked() argument
5692 searchentry->exception_if_actions[index_a] == if_actions[index_b]) { in necp_lookup_route_rule_by_contents_locked()
5769 u_int8_t if_actions[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
5770 memset(&if_actions, 0, sizeof(if_actions)); in necp_create_route_rule()
5894 if_actions[num_valid_indices] = rule_action; in necp_create_route_rule()
5901 …n, expensive_action, constrained_action, companion_action, if_indices, if_actions, netagent_uuid, … in necp_create_route_rule()
5926 memcpy(&new_rule->exception_if_actions, &if_actions, sizeof(if_actions)); in necp_create_route_rule()