Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dprotosw.h238 int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);
/f-stack/freebsd/sys/
H A Dprotosw.h241 int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);
/f-stack/freebsd/kern/
H A Duipc_domain.c88 .pru_attach = pru_attach_notsupp,
H A Duipc_socket.c528 prp->pr_usrreqs->pru_attach == pru_attach_notsupp) in socreate()
3649 pru_attach_notsupp(struct socket *so, int proto, struct thread *td) function