Home
last modified time | relevance | path

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

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