Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c502 static bool necp_is_intcoproc(struct inpcb *inp, struct mbuf *packet);
10525 } else if (necp_is_intcoproc(inp, NULL)) { in necp_socket_bypass()
11348 if (necp_is_intcoproc(NULL, packet)) { in necp_output_bypass()
13858 necp_is_intcoproc(struct inpcb *inp, struct mbuf *packet) in necp_is_intcoproc() function