tel 440 net/ipv6/ip6_gre.c struct ipv6_tlv_tnl_enc_lim *tel; tel 461 net/ipv6/ip6_gre.c tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli]; tel 462 net/ipv6/ip6_gre.c if (tel->encap_limit == 0) { tel 672 net/ipv6/ip6_gre.c struct ipv6_tlv_tnl_enc_lim *tel; tel 674 net/ipv6/ip6_gre.c tel = (struct ipv6_tlv_tnl_enc_lim *)&skb_network_header(skb)[offset]; tel 675 net/ipv6/ip6_gre.c if (tel->encap_limit == 0) { tel 680 net/ipv6/ip6_gre.c *encap_limit = tel->encap_limit - 1; tel 435 net/ipv6/ip6_tunnel.c struct ipv6_tlv_tnl_enc_lim *tel; tel 438 net/ipv6/ip6_tunnel.c if (i + sizeof(*tel) > optlen) tel 441 net/ipv6/ip6_tunnel.c tel = (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i); tel 443 net/ipv6/ip6_tunnel.c if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT && tel 444 net/ipv6/ip6_tunnel.c tel->length == 1) tel 447 net/ipv6/ip6_tunnel.c if (tel->type) tel 448 net/ipv6/ip6_tunnel.c i += tel->length + 2; tel 499 net/ipv6/ip6_tunnel.c struct ipv6_tlv_tnl_enc_lim *tel; tel 519 net/ipv6/ip6_tunnel.c tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli]; tel 520 net/ipv6/ip6_tunnel.c if (tel->encap_limit == 0) { tel 1340 net/ipv6/ip6_tunnel.c struct ipv6_tlv_tnl_enc_lim *tel; tel 1342 net/ipv6/ip6_tunnel.c tel = (void *)&skb_network_header(skb)[offset]; tel 1343 net/ipv6/ip6_tunnel.c if (tel->encap_limit == 0) { tel 1348 net/ipv6/ip6_tunnel.c encap_limit = tel->encap_limit - 1;