Home
last modified time | relevance | path

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

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