Searched refs:dns_expiry (Results 1 – 3 of 3) sorted by relevance
172 cell->dns_expiry = TIME64_MAX; in afs_alloc_cell()371 cell->dns_expiry = ktime_get_real_seconds() + 61; in afs_update_cell()378 cell->dns_expiry = ktime_get_real_seconds() + 10; in afs_update_cell()392 cell->dns_expiry = expiry; in afs_update_cell()402 afs_set_cell_timer(cell->net, cell->dns_expiry - now); in afs_update_cell()627 if (cell->dns_expiry <= now && net->live) in afs_manage_cell()734 if (cell->dns_expiry <= now) in afs_manage_cells()736 else if (cell->dns_expiry <= next_manage) in afs_manage_cells()737 next_manage = cell->dns_expiry; in afs_manage_cells()
369 ktime_get_real_seconds() < cell->dns_expiry) in afs_set_vl_cursor()
327 time64_t dns_expiry; /* Time AFSDB/SRV record expires */ member