Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.h1339 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 Dnecp.c10916 …*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
10918 u_int32_t verifyifindex = input_interface ? input_interface->if_index : 0; in necp_socket_is_allowed_to_send_recv_internal()
10984 …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()
10995 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal()
11025 …necp_socket_fillout_info_locked(inp, override_local_addr, override_remote_addr, 0, input_interface in necp_socket_is_allowed_to_send_recv_internal()
11036 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal()
11039 …!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()
11101 (matched_policy->result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal()
11104 …!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()
11199 …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 …]