Lines Matching refs:chashentry
920 struct chashentry;
922 SLIST_HEAD(chashbhead, chashentry);
935 struct chashentry { struct
936 SLIST_ENTRY(chashentry) next;
948 struct chashentry ent; argument
979 static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,
981 static int tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent);
1065 struct chashentry *ent; in ta_lookup_chash_slow()
1110 struct chashentry *ent; in ta_lookup_chash_aligned()
1159 struct chashentry *ent; in ta_lookup_chash_64()
1336 struct chashentry *ent, *ent_next; in ta_destroy_chash()
1366 tinfo->itemsize4 = sizeof(struct chashentry); in ta_dump_chash_tinfo()
1370 tinfo->itemsize6 = sizeof(struct chashentry); in ta_dump_chash_tinfo()
1378 struct chashentry *ent; in ta_dump_chash_tentry()
1381 ent = (struct chashentry *)e; in ta_dump_chash_tentry()
1401 hash_ent(struct chashentry *ent, int af, int mlen, uint32_t size) in hash_ent()
1424 tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent) in tei_to_chash_ent()
1467 struct chashentry ent, *tmp; in ta_find_chash_tentry()
1522 struct chashentry *ent, *ent_next; in ta_foreach_chash()
1541 struct chashentry *ent; in ta_prepare_add_chash()
1564 struct chashentry *ent, *tmp; in ta_add_chash()
1571 ent = (struct chashentry *)tb->ent_ptr; in ta_add_chash()
1650 struct chashentry *tmp, *tmp_next, *ent; in ta_del_chash()
1668 SLIST_REMOVE(&head[hash], tmp, chashentry, next); in ta_del_chash()
1684 SLIST_REMOVE(&head[hash], tmp, chashentry, next); in ta_del_chash()
1797 struct chashentry *ent, *ent_next; in ta_modify_chash()