Lines Matching refs:ttl
52 unsigned int ttl;
68 /* Obtain the ttl using the following set of rules.
70 * LWT ttl propagation setting:
74 * Global ttl propagation setting:
80 ttl = tun_encap_info->default_ttl;
83 ttl = net->mpls.default_ttl;
85 ttl = ip_hdr(skb)->ttl;
89 ttl = tun_encap_info->default_ttl;
92 ttl = net->mpls.default_ttl;
94 ttl = ipv6_hdr(skb)->hop_limit;
129 ttl, 0, bos);