ocp_vul_unsup_req_t
#define OCP_F_UNSUP(f) .nf_off = offsetof(ocp_vul_unsup_req_t, our_##f), \
.nf_len = sizeof (((ocp_vul_unsup_req_t *)NULL)->our_##f)
if (len < sizeof (ocp_vul_unsup_req_t)) {
sizeof (ocp_vul_unsup_req_t));
const ocp_vul_unsup_req_t *log = data;
const ocp_vul_unsup_req_t *log = data;
field.nf_off = offsetof(ocp_vul_unsup_req_t, our_reqs[i]);
.nlfi_min = sizeof (ocp_vul_unsup_req_t),
.nlpi_len = sizeof (ocp_vul_unsup_req_t),
CTASSERT(sizeof (ocp_vul_unsup_req_t) == 4096);