Searched refs:pru_attach_notsupp (Results 1 – 3 of 3) sorted by relevance
241 int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);
87 .pru_attach = pru_attach_notsupp,
519 prp->pr_usrreqs->pru_attach == pru_attach_notsupp) in socreate()3424 pru_attach_notsupp(struct socket *so, int proto, struct thread *td) function