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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ha.c86 struct socket *ha_lso; member in struct:ha_softc
197 if (softc->ha_lso) {
198 if (SOLISTENING(softc->ha_lso)) {
199 SOLISTEN_LOCK(softc->ha_lso);
200 solisten_upcall_set(softc->ha_lso, NULL, NULL);
201 SOLISTEN_UNLOCK(softc->ha_lso);
203 soclose(softc->ha_lso);
204 softc->ha_lso = NULL;
406 lso = softc->ha_lso;
444 if (softc->ha_lso
[all...]

Completed in 99 milliseconds