Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.h1481 extern necp_kernel_policy_id necp_socket_find_policy_match(struct inpcb *inp, struct sockaddr *over…
H A Dnecp.c10498 necp_socket_find_policy_match(struct inpcb *inp, struct sockaddr *override_local_addr, struct socka… in necp_socket_find_policy_match() function
/xnu-11417.140.69/bsd/kern/
H A Dkpi_socketfilter.c159 necp_socket_find_policy_match(inp, NULL, NULL, 0); in sflt_permission_check()
/xnu-11417.140.69/bsd/netinet/
H A Dudp_usrreq.c813 necp_socket_find_policy_match(inp, append_da, append_sa, 0); in udp_input()
H A Din_pcb.c3955necp_socket_find_policy_match(inp, override_local_addr, override_remote_addr, override_bound_inter… in inp_update_necp_policy()