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

/freebsd-13-stable/sys/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) function
1065 hash = hash_ip(a, hsize);
1110 hash = hash_ip(a, hsize);
1159 hash = hash_ip(a, hsize);
1397 hash = hash_ip(ent->a.a4, size);

Completed in 107 milliseconds