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

/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c126 static void spx_detach(struct socket *so);
145 .pru_detach = spx_detach,
164 .pru_detach = spx_detach,
1250 spx_detach(struct socket *so) function
1259 KASSERT(ipxp != NULL, ("spx_detach: ipxp == NULL"));
1262 KASSERT(cb != NULL, ("spx_detach: cb == NULL"));

Completed in 54 milliseconds