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

/freebsd-13-stable/sys/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) function
1474 hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4);
1492 hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6);
1571 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4);
1584 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6);
1650 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4);
1667 hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6);
1804 nhash = hash_ent(ent, af, mlen, new_size);
1825 nhash = hash_ent(en
[all...]

Completed in 86 milliseconds