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,
395 unsigned int min_ttl = READ_ONCE(afs_cell_min_ttl); in afs_update_cell() local434 if (min_ttl > max_ttl) in afs_update_cell()435 max_ttl = min_ttl; in afs_update_cell()436 if (expiry < now + min_ttl) in afs_update_cell()437 expiry = now + min_ttl; in afs_update_cell()
229 __u8 min_ttl; member
1355 inet->min_ttl = val; in do_ip_setsockopt()1725 val = inet->min_ttl; in do_ip_getsockopt()
513 if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) { in tcp_v4_err()2041 if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) { in tcp_v4_rcv()