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

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c342 /* We have to clear this so sdp_detach() will call pcbfree(). */
495 sdp_detach(struct socket *so) function
501 KASSERT(ssk->socket != NULL, ("sdp_detach: socket is NULL"));
509 panic("sdp_detach: Unexpected state, ssk %p.\n", ssk);
1918 .pru_detach = sdp_detach,

Completed in 156 milliseconds