HomeSort by: relevance | last modified time | path
    Searched defs:otherconn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_rcv.c 545 bool otherconn; local in function:receive_logout_pdu
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;
586 if (!otherconn && conn->c_state == ST_LOGOUT_SENT) {
600 return !otherconn;
iscsi_rcv.c 545 bool otherconn; local in function:receive_logout_pdu
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;
586 if (!otherconn && conn->c_state == ST_LOGOUT_SENT) {
600 return !otherconn;

Completed in 23 milliseconds