Home | History | Annotate | Download | only in net

Lines Matching refs:ttl

240 	mh.shim.ttl = mpls_defttl;
252 mh.shim.ttl = mpls_defttl;
367 /* TTL decrement */
426 dst.smpls_addr.shim.ttl = 0;
461 tshim.shim.ttl = mpls_defttl;
475 tshim.shim.ttl = mpls_defttl;
571 /* set IP ttl from MPLS ttl */
573 iph->ip_ttl = ms.shim.ttl;
581 /* reset ipsum because we modified TTL and TOS */
615 /* Map TTL */
617 ms->shim.ttl = iphdr.ip_ttl;
651 ip6hdr->ip6_hlim = ms.shim.ttl + 1;
681 ms->shim.ttl = ip6h.ip6_hlim;