IFLA_IPTUN_ENCAP_TYPE
if (data[IFLA_IPTUN_ENCAP_TYPE]) {
encap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE,
[IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, tunnel->encap.type) ||
[IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE,
[IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },