Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c952 static __inline uint32_t hash_ip(uint32_t addr, int hsize);
1007 hash_ip(uint32_t addr, int hsize) in hash_ip() function
1077 hash = hash_ip(a, hsize); in ta_lookup_chash_slow()
1122 hash = hash_ip(a, hsize); in ta_lookup_chash_aligned()
1171 hash = hash_ip(a, hsize); in ta_lookup_chash_64()
1409 hash = hash_ip(ent->a.a4, size); in hash_ent()