Searched refs:exp_ent (Results 1 – 1 of 1) sorted by relevance
451 struct entry *hash_ent, *exp_ent; in test_kdc_insert_lookaside_single() local460 exp_ent = K5_TAILQ_FIRST(&expiration_queue); in test_kdc_insert_lookaside_single()461 assert_true(data_eq(exp_ent->req_packet, req)); in test_kdc_insert_lookaside_single()462 assert_true(data_eq(exp_ent->reply_packet, rep)); in test_kdc_insert_lookaside_single()472 struct entry *hash_ent, *exp_ent; in test_kdc_insert_lookaside_no_reply() local481 exp_ent = K5_TAILQ_FIRST(&expiration_queue); in test_kdc_insert_lookaside_no_reply()482 assert_true(data_eq(exp_ent->req_packet, req)); in test_kdc_insert_lookaside_no_reply()483 assert_int_equal(exp_ent->reply_packet.length, 0); in test_kdc_insert_lookaside_no_reply()536 struct entry *hash1_ent, *hash2_ent, *exp_ent; in test_kdc_insert_lookaside_cache_expire() local545 exp_ent = K5_TAILQ_FIRST(&expiration_queue); in test_kdc_insert_lookaside_cache_expire()[all …]