Searched refs:min_ttl (Results 1 – 5 of 5) sorted by relevance
17 static int min_ttl[] = {0}, max_ttl[] = {255}; variable59 .extra1 = &min_ttl,
375 unsigned int min_ttl = READ_ONCE(afs_cell_min_ttl); in afs_update_cell() local414 if (min_ttl > max_ttl) in afs_update_cell()415 max_ttl = min_ttl; in afs_update_cell()416 if (expiry < now + min_ttl) in afs_update_cell()417 expiry = now + min_ttl; in afs_update_cell()
216 __u8 min_ttl; member
1180 inet->min_ttl = val; in do_ip_setsockopt()1525 val = inet->min_ttl; in do_ip_getsockopt()
476 if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) { in tcp_v4_err()1911 if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) { in tcp_v4_rcv()