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

/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.c642 uipc_detach(struct socket *so) function
650 KASSERT(unp != NULL, ("uipc_detach: unp == NULL"));
1115 .pru_detach = uipc_detach,
1137 .pru_detach = uipc_detach,
1159 .pru_detach = uipc_detach,

Completed in 59 milliseconds