Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dprotosw.h241 int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);
/freebsd-12-stable/sys/kern/
Duipc_domain.c87 .pru_attach = pru_attach_notsupp,
Duipc_socket.c519 prp->pr_usrreqs->pru_attach == pru_attach_notsupp) in socreate()
3424 pru_attach_notsupp(struct socket *so, int proto, struct thread *td) function