Home
last modified time | relevance | path

Searched refs:hash_ent (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c967 static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,
1389 hash_ent(struct chashentry *ent, int af, int mlen, uint32_t size) in hash_ent() function
1474 hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4); in ta_find_chash_tentry()
1492 hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6); in ta_find_chash_tentry()
1571 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_add_chash()
1584 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6); in ta_add_chash()
1650 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_del_chash()
1667 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6); in ta_del_chash()
1804 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1825 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()