Lines Matching refs:tel
434 struct ipv6_tlv_tnl_enc_lim *tel;
437 if (i + sizeof(*tel) > optlen)
440 tel = (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i);
442 if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT &&
443 tel->length == 1)
446 if (tel->type)
447 i += tel->length + 2;
506 struct ipv6_tlv_tnl_enc_lim *tel;
514 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
515 if (tel->encap_limit == 0) {
1347 struct ipv6_tlv_tnl_enc_lim *tel;
1349 tel = (void *)&skb_network_header(skb)[offset];
1350 if (tel->encap_limit == 0) {
1355 encap_limit = tel->encap_limit - 1;