Searched refs:input_interface (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | necp.h | 1453 extern bool necp_socket_is_allowed_to_send_recv(struct inpcb *inp, ifnet_t input_interface, u_int16… 1459 struct in_addr *remote_addr, ifnet_t input_interface, u_int16_t pf_tag, 1464 struct in6_addr *remote_addr, ifnet_t input_interface, u_int16_t pf_tag,
|
| H A D | necp.c | 12729 u_int32_t verifyifindex = input_interface ? input_interface->if_index : 0; in necp_socket_is_allowed_to_send_recv_internal() 12791 bool route_allowed = necp_route_is_interface_type_allowed(route, input_interface, NULL, inp); in necp_socket_is_allowed_to_send_recv_internal() 12813 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal() 12860 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal() 12862 !necp_route_is_interface_type_allowed(route, input_interface, NULL, inp) || in necp_socket_is_allowed_to_send_recv_internal() 13007 (matched_policy->result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal() 13009 !necp_route_is_interface_type_allowed(route, input_interface, NULL, inp) || in necp_socket_is_allowed_to_send_recv_internal() 13011 …!necp_route_is_allowed(route, input_interface, netagent_ids, NECP_MAX_NETAGENTS, route_rule_id, &i… in necp_socket_is_allowed_to_send_recv_internal() 13152 return necp_socket_is_allowed_to_send_recv_internal(inp, SA(&local), SA(&remote), input_interface, in necp_socket_is_allowed_to_send_recv_v4() 13168 return necp_socket_is_allowed_to_send_recv_internal(inp, SA(&local), SA(&remote), input_interface, in necp_socket_is_allowed_to_send_recv_v6() [all …]
|