Searched refs:pru_attach_notsupp (Results 1 – 4 of 4) sorted by relevance
238 int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);
241 int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);
88 .pru_attach = pru_attach_notsupp,
528 prp->pr_usrreqs->pru_attach == pru_attach_notsupp) in socreate()3649 pru_attach_notsupp(struct socket *so, int proto, struct thread *td) function