Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c940 static __inline uint32_t hash_ip(uint32_t addr, int hsize);
995 hash_ip(uint32_t addr, int hsize) in hash_ip() function
1065 hash = hash_ip(a, hsize); in ta_lookup_chash_slow()
1110 hash = hash_ip(a, hsize); in ta_lookup_chash_aligned()
1159 hash = hash_ip(a, hsize); in ta_lookup_chash_64()
1397 hash = hash_ip(ent->a.a4, size); in hash_ent()