Lines Matching defs:ttl
134 int ttl = inet->uc_ttl;
136 if (ttl < 0)
137 ttl = ip4_dst_hoplimit(dst);
138 return ttl;
161 iph->ttl = ip_select_ttl(inet, &rt->dst);
408 /* Multicasts with ttl 0 must not go beyond the host */
410 if (ip_hdr(skb)->ttl == 0) {
522 iph->ttl = ip_select_ttl(inet, &rt->dst);
1292 cork->ttl = ipc->ttl;
1496 __u8 ttl;
1535 if (cork->ttl != 0)
1536 ttl = cork->ttl;
1538 ttl = inet->mc_ttl;
1540 ttl = ip_select_ttl(inet, &rt->dst);
1547 iph->ttl = ttl;