Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.h549 extern int cfil_sock_shutdown(struct socket *so, int *how);
H A Dcontent_filter.c5402 cfil_sock_shutdown(struct socket *so, int *how) in cfil_sock_shutdown() function
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c4503 error = cfil_sock_shutdown(so, &how); in soshutdownlock()