Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h1472 extern bool necp_socket_should_rescope(struct inpcb *inp);
H A Dnecp.c13621 necp_socket_should_rescope(struct inpcb *inp) in necp_socket_should_rescope() function
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c3914 if (necp_socket_should_rescope(inp) && in inp_update_necp_policy()