Home
last modified time | relevance | path

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

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