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

/netbsd-current/sys/dev/iscsi/
H A Discsi_rcv.c545 bool otherconn; local
549 otherconn = (req_ccb != NULL) ? (req_ccb->ccb_flags & CCBF_OTHERCONN) != 0 : 1;
552 ("Received Logout PDU - CCB = %p, otherconn=%d, response=%d\n",
553 req_ccb, otherconn, response));
558 if (otherconn && check_StatSN(conn, pdu->pdu_hdr.pduh_p.logout_rsp.StatSN, TRUE))
577 connection_t *refconn = (otherconn) ? req_ccb->ccb_par : conn;
585 if (!otherconn && conn->c_state == ST_LOGOUT_SENT) {
598 return !otherconn;

Completed in 130 milliseconds