Searched refs:pru_attach_notsupp (Results 1 – 2 of 2) sorted by relevance
562 extern int pru_attach_notsupp(struct socket *so, int proto, struct proc *p);
1998 pru_attach_notsupp(struct socket *so, int proto, struct proc *p) in pru_attach_notsupp() function2207 DEFAULT(pru->pru_attach, pru_attach_notsupp); in pru_sanitize()