IFLA_GRE_ENCAP_TYPE
{ .type = IFLA_GRE_ENCAP_TYPE, .off = _OUT(ifla_encap_type), .cb = nlattr_get_uint32 },
if (error == 0 && nl_has_attr(&bm, IFLA_GRE_ENCAP_TYPE))
nlattr_add_u32(nw, IFLA_GRE_ENCAP_TYPE,
snl_add_msg_attr_u32(&nw, IFLA_GRE_ENCAP_TYPE, IFLA_TUNNEL_GRE_UDP);
{ .type = IFLA_GRE_ENCAP_TYPE, .off = _OUT(ifla_encap_type), .cb = snl_attr_get_uint32 },