Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h33 #define IPE_V6_HASH_FN(a, m, s) (((((m)[0] ^ (a)[0]) - ((a)[0] >> 8)) + \ macro
H A Dip_htable.c871 hv = IPE_V6_HASH_FN(ipe->ipe_addr.i6, in ipf_htent_insert()
997 hv = IPE_V6_HASH_FN(ipe.ipe_addr.i6, in ipf_htent_find()
1320 hv = IPE_V6_HASH_FN(ips.i6, msk->i6, iph->iph_size); in ipf_iphmfind6()