Home
last modified time | relevance | path

Searched refs:conn_cmdsn (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/ctld/
Ddiscovery.c69 if (ISCSI_SNLT(ntohl(bhstr->bhstr_cmdsn), conn->conn_cmdsn)) { in text_receive()
71 "was %u, is %u", conn->conn_cmdsn, ntohl(bhstr->bhstr_cmdsn)); in text_receive()
78 conn->conn_cmdsn = ntohl(bhstr->bhstr_cmdsn); in text_receive()
80 conn->conn_cmdsn++; in text_receive()
104 bhstr2->bhstr_expcmdsn = htonl(conn->conn_cmdsn); in text_new_response()
105 bhstr2->bhstr_maxcmdsn = htonl(conn->conn_cmdsn); in text_new_response()
126 if (ISCSI_SNLT(ntohl(bhslr->bhslr_cmdsn), conn->conn_cmdsn)) { in logout_receive()
128 "was %u, is %u", conn->conn_cmdsn, in logout_receive()
136 conn->conn_cmdsn = ntohl(bhslr->bhslr_cmdsn); in logout_receive()
138 conn->conn_cmdsn++; in logout_receive()
[all …]
Dlogin.c132 ISCSI_SNLT(ntohl(bhslr->bhslr_cmdsn), conn->conn_cmdsn)) { in login_receive()
135 "was %u, is %u", conn->conn_cmdsn, in login_receive()
145 conn->conn_cmdsn = ntohl(bhslr->bhslr_cmdsn); in login_receive()
169 bhslr2->bhslr_expcmdsn = htonl(conn->conn_cmdsn); in login_new_response()
170 bhslr2->bhslr_maxcmdsn = htonl(conn->conn_cmdsn); in login_new_response()
Dctld.h246 uint32_t conn_cmdsn; member
Dkernel.c919 req.data.handoff.cmdsn = conn->conn_cmdsn; in kernel_handoff()