IFLA_GRE_TTL     1124 net/ipv4/ip_gre.c 	if (data[IFLA_GRE_TTL])
IFLA_GRE_TTL     1125 net/ipv4/ip_gre.c 		parms->iph.ttl = nla_get_u8(data[IFLA_GRE_TTL]);
IFLA_GRE_TTL     1482 net/ipv4/ip_gre.c 	    nla_put_u8(skb, IFLA_GRE_TTL, p->iph.ttl) ||
IFLA_GRE_TTL     1534 net/ipv4/ip_gre.c 	[IFLA_GRE_TTL]		= { .type = NLA_U8 },
IFLA_GRE_TTL     1775 net/ipv6/ip6_gre.c 	if (data[IFLA_GRE_TTL])
IFLA_GRE_TTL     1776 net/ipv6/ip6_gre.c 		parms->hop_limit = nla_get_u8(data[IFLA_GRE_TTL]);
IFLA_GRE_TTL     2137 net/ipv6/ip6_gre.c 	    nla_put_u8(skb, IFLA_GRE_TTL, p->hop_limit) ||
IFLA_GRE_TTL     2173 net/ipv6/ip6_gre.c 	[IFLA_GRE_TTL]         = { .type = NLA_U8 },