Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw_table_algo.c977 static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,
1399 hash_ent(struct chashentry *ent, int af, int mlen, uint32_t size) in hash_ent() function
1484 hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4); in ta_find_chash_tentry()
1502 hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6); in ta_find_chash_tentry()
1581 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_add_chash()
1594 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6); in ta_add_chash()
1660 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_del_chash()
1677 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6); in ta_del_chash()
1814 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1835 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()