IFLA_GTP_ROLE
if (data[IFLA_GTP_ROLE]) {
role = nla_get_u32(data[IFLA_GTP_ROLE]);
[IFLA_GTP_ROLE] = { .type = NLA_U32 },
if (nla_put_u32(skb, IFLA_GTP_ROLE, gtp->role))