IFLA_GRE_ENCAP_LIMIT 1778 net/ipv6/ip6_gre.c 	if (data[IFLA_GRE_ENCAP_LIMIT])
IFLA_GRE_ENCAP_LIMIT 1779 net/ipv6/ip6_gre.c 		parms->encap_limit = nla_get_u8(data[IFLA_GRE_ENCAP_LIMIT]);
IFLA_GRE_ENCAP_LIMIT 2138 net/ipv6/ip6_gre.c 	    nla_put_u8(skb, IFLA_GRE_ENCAP_LIMIT, p->encap_limit) ||
IFLA_GRE_ENCAP_LIMIT 2174 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_LIMIT] = { .type = NLA_U8 },