Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.h544 extern int cfil_sock_shutdown(struct socket *so, int *how);
H A Dcontent_filter.c5031 cfil_sock_shutdown(struct socket *so, int *how) in cfil_sock_shutdown() function
/xnu-8020.101.4/bsd/kern/
H A Duipc_socket.c4736 error = cfil_sock_shutdown(so, &how); in soshutdownlock()