Home
last modified time | relevance | path

Searched refs:necp_socket_should_rescope (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp.h1448 extern bool necp_socket_should_rescope(struct inpcb *inp);
H A Dnecp.c13488 necp_socket_should_rescope(struct inpcb *inp) in necp_socket_should_rescope() function
/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.c3956 if (necp_socket_should_rescope(inp) && in inp_update_necp_policy()