Lines Matching refs:tel
462 struct ipv6_tlv_tnl_enc_lim *tel;
465 if (i + sizeof(*tel) > optlen)
468 tel = (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i);
470 if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT &&
471 tel->length == 1)
474 if (tel->type)
475 i += tel->length + 2;
539 struct ipv6_tlv_tnl_enc_lim *tel;
547 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
548 if (tel->encap_limit == 0) {
1369 struct ipv6_tlv_tnl_enc_lim *tel;
1371 tel = (void *)&skb_network_header(skb)[offset];
1372 if (tel->encap_limit == 0) {
1377 encap_limit = tel->encap_limit - 1;