Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp.h1342 extern bool necp_socket_is_allowed_to_send_recv(struct inpcb *inp, ifnet_t input_interface, u_int16…
1348 struct in_addr *remote_addr, ifnet_t input_interface, u_int16_t pf_tag,
1353 struct in6_addr *remote_addr, ifnet_t input_interface, u_int16_t pf_tag,
H A Dnecp.c11028 …*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
11030 u_int32_t verifyifindex = input_interface ? input_interface->if_index : 0; in necp_socket_is_allowed_to_send_recv_internal()
11096 …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()
11107 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal()
11137 …necp_socket_fillout_info_locked(inp, override_local_addr, override_remote_addr, 0, input_interface in necp_socket_is_allowed_to_send_recv_internal()
11148 … (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal()
11151 …!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()
11221 (matched_policy->result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL && input_interface && in necp_socket_is_allowed_to_send_recv_internal()
11224 …!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()
11320 …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 …]