Searched refs:tel (Results 1 - 2 of 2) sorted by relevance

/net/ipv6/
H A Dip6_tunnel.c424 struct ipv6_tlv_tnl_enc_lim *tel; local
427 if (i + sizeof (*tel) > off + optlen)
430 tel = (struct ipv6_tlv_tnl_enc_lim *) &raw[i];
432 if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT &&
433 tel->length == 1)
436 if (tel->type)
437 i += tel->length + 2;
486 struct ipv6_tlv_tnl_enc_lim *tel; local
506 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
507 if (tel
1109 struct ipv6_tlv_tnl_enc_lim *tel; local
[all...]
H A Dip6_gre.c401 struct ipv6_tlv_tnl_enc_lim *tel; local
419 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
420 if (tel->encap_limit == 0) {
828 struct ipv6_tlv_tnl_enc_lim *tel; local
829 tel = (struct ipv6_tlv_tnl_enc_lim *)&skb_network_header(skb)[offset];
830 if (tel->encap_limit == 0) {
835 encap_limit = tel->encap_limit - 1;

Completed in 47 milliseconds