Searched refs:dns_expiry (Results 1 – 3 of 3) sorted by relevance
185 cell->dns_expiry = TIME64_MAX; in afs_alloc_cell()384 cell->dns_expiry = ktime_get_real_seconds() + 61; in afs_update_cell()391 cell->dns_expiry = ktime_get_real_seconds() + 10; in afs_update_cell()405 cell->dns_expiry = expiry; in afs_update_cell()415 afs_set_cell_timer(cell->net, cell->dns_expiry - now); in afs_update_cell()640 if (cell->dns_expiry <= now && net->live) in afs_manage_cell()747 if (cell->dns_expiry <= now) in afs_manage_cells()749 else if (cell->dns_expiry <= next_manage) in afs_manage_cells()750 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