nvme_tcp_term_req_hdr
struct nvme_tcp_term_req_hdr hdr;
struct nvme_tcp_term_req_hdr *hdr;
const struct nvme_tcp_term_req_hdr *hdr;
struct nvme_tcp_term_req_hdr *hdr;
_Static_assert(sizeof(struct nvme_tcp_term_req_hdr) == 24, "Incorrect size");
_Static_assert(offsetof(struct nvme_tcp_term_req_hdr, fes) == 8, "Incorrect offset");
_Static_assert(offsetof(struct nvme_tcp_term_req_hdr, fei) == 10, "Incorrect offset");
#define NVME_TCP_TERM_REQ_PDU_MAX_SIZE (NVME_TCP_TERM_REQ_ERROR_DATA_MAX_SIZE + sizeof(struct nvme_tcp_term_req_hdr))
struct nvme_tcp_term_req_hdr *hdr;
const struct nvme_tcp_term_req_hdr *hdr;
expected_hlen = sizeof(struct nvme_tcp_term_req_hdr);
if (plen < sizeof(struct nvme_tcp_term_req_hdr) ||