GTPA_VERSION
pctx->gtp_version = nla_get_u32(info->attrs[GTPA_VERSION]);
version = nla_get_u32(info->attrs[GTPA_VERSION]);
if (!info->attrs[GTPA_VERSION] ||
version = nla_get_u32(info->attrs[GTPA_VERSION]);
} else if (nla[GTPA_VERSION]) {
u32 gtp_version = nla_get_u32(nla[GTPA_VERSION]);
if (!info->attrs[GTPA_VERSION])
if (nla_put_u32(skb, GTPA_VERSION, pctx->gtp_version) ||
if (!info->attrs[GTPA_VERSION])
if (!info->attrs[GTPA_VERSION] ||
version = nla_get_u32(info->attrs[GTPA_VERSION]);
[GTPA_VERSION] = { .type = NLA_U32, },
if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) ||