Searched refs:input_interface (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/net/ |
| H A D | necp.h | 1339 extern bool necp_socket_is_allowed_to_send_recv(struct inpcb *inp, ifnet_t input_interface, u_int16… 1345 struct in_addr *remote_addr, ifnet_t input_interface, u_int16_t pf_tag, 1350 struct in6_addr *remote_addr, ifnet_t input_interface, u_int16_t pf_tag,
|
| H A D | necp.c | 10944 …*override_local_addr, struct sockaddr *override_remote_addr, ifnet_t input_interface, u_int16_t pf… in necp_socket_is_allowed_to_send_recv_internal() argument 10946 u_int32_t verifyifindex = input_interface ? input_interface->if_index : 0; in necp_socket_is_allowed_to_send_recv_internal() 11012 …if (!necp_route_is_allowed(route, input_interface, NULL, 0, inp->inp_policyresult.results.route_ru… in necp_socket_is_allowed_to_send_recv_internal() 11023 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal() 11053 …necp_socket_fillout_info_locked(inp, override_local_addr, override_remote_addr, 0, input_interface… in necp_socket_is_allowed_to_send_recv_internal() 11064 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal() 11067 …!necp_route_is_allowed(route, input_interface, NULL, 0, inp->inp_policyresult.results.route_rule_i… in necp_socket_is_allowed_to_send_recv_internal() 11129 (matched_policy->result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal() 11132 …!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() 11227 …rt, struct in_addr *local_addr, struct in_addr *remote_addr, ifnet_t input_interface, u_int16_t pf… in necp_socket_is_allowed_to_send_recv_v4() argument [all …]
|