Searched refs:uipc_detach (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Duipc_usrreq.c782 uipc_detach(struct socket *so) function
790 KASSERT(unp != NULL, ("uipc_detach: unp == NULL"));
1323 .pru_detach = uipc_detach,
1345 .pru_detach = uipc_detach,
1367 .pru_detach = uipc_detach,

Completed in 73 milliseconds