IFLA_GRE_ENCAP_TYPE 1020 net/ipv4/ip_gre.c 	    data[IFLA_GRE_ENCAP_TYPE] &&
IFLA_GRE_ENCAP_TYPE 1021 net/ipv4/ip_gre.c 	    nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE)
IFLA_GRE_ENCAP_TYPE 1210 net/ipv4/ip_gre.c 	if (data[IFLA_GRE_ENCAP_TYPE]) {
IFLA_GRE_ENCAP_TYPE 1212 net/ipv4/ip_gre.c 		ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]);
IFLA_GRE_ENCAP_TYPE 1489 net/ipv4/ip_gre.c 	if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE,
IFLA_GRE_ENCAP_TYPE 1537 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_TYPE]	= { .type = NLA_U16 },
IFLA_GRE_ENCAP_TYPE 1911 net/ipv6/ip6_gre.c 	if (data[IFLA_GRE_ENCAP_TYPE]) {
IFLA_GRE_ENCAP_TYPE 1913 net/ipv6/ip6_gre.c 		ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]);
IFLA_GRE_ENCAP_TYPE 2144 net/ipv6/ip6_gre.c 	if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE,
IFLA_GRE_ENCAP_TYPE 2177 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_TYPE]   = { .type = NLA_U16 },