Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c979 static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,
1401 hash_ent(struct chashentry *ent, int af, int mlen, uint32_t size) in hash_ent() function
1486 hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4); in ta_find_chash_tentry()
1504 hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6); in ta_find_chash_tentry()
1583 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_add_chash()
1596 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6); in ta_add_chash()
1662 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_del_chash()
1679 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6); in ta_del_chash()
1816 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1837 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()