Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c511 static bool necp_is_intcoproc(struct inpcb *inp, struct mbuf *packet);
10423 } else if (necp_is_intcoproc(inp, NULL)) { in necp_socket_bypass()
11250 if (necp_is_intcoproc(NULL, packet)) { in necp_output_bypass()
13725 necp_is_intcoproc(struct inpcb *inp, struct mbuf *packet) in necp_is_intcoproc() function