Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dsocketvar.h866 extern int soacceptfilter(struct socket *so, struct socket *head);
/xnu-8020.121.3/bsd/kern/
H A Dkpi_socket.c163 if ((error = soacceptfilter(new_so, sock)) != 0) { in sock_accept_common()
H A Duipc_syscalls.c551 if (so->so_filt != NULL && (error = soacceptfilter(so, head)) != 0) { in accept_nocancel()
H A Duipc_socket.c1575 soacceptfilter(struct socket *so, struct socket *head) in soacceptfilter() function