Home
last modified time | relevance | path

Searched refs:bhstr_expstatsn (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libiscsiutil/
H A Dtext.c56 bhstr->bhstr_expstatsn = htonl(conn->conn_statsn + 1); in text_new_request()
258 if (ntohl(bhstr->bhstr_expstatsn) != conn->conn_statsn) { in text_read_request()
260 "is %u, should be %u", ntohl(bhstr->bhstr_expstatsn), in text_read_request()
/freebsd/sys/dev/iscsi/
H A Discsi_proto.h252 uint32_t bhstr_expstatsn; member