Home
last modified time | relevance | path

Searched refs:pru_attach_notsupp (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dprotosw.h562 extern int pru_attach_notsupp(struct socket *so, int proto, struct proc *p);
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c1998 pru_attach_notsupp(struct socket *so, int proto, struct proc *p) in pru_attach_notsupp() function
2207 DEFAULT(pru->pru_attach, pru_attach_notsupp); in pru_sanitize()