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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Djhash.h136 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_NFQUEUE.c49 return jhash_2words((__force u32)ipaddr, iph->protocol, jhash_initval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djhash.h133 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c92 return jhash_2words(*key, ifindex, 0) & L2T_HASH_MASK;
99 return L2T_SZ_HALF + (jhash_2words(xor, ifindex, 0) & L2T_HASH_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dl2t.c70 return jhash_2words(key, ifindex, 0) & (d->nentries - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dfmr_pool.c108 return jhash_2words((u32) first_page, (u32) (first_page >> 32), 0) &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_neigh.c127 return jhash_2words(*(__u16 *)pkey, 0, dn_neigh_table.hash_rnd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_connection_sock.c392 return jhash_2words((__force u32)raddr, (__force u32)rport, rnd) & (synq_hsize - 1);
H A Darp.c252 return jhash_2words(*(u32 *)pkey, dev->ifindex, arp_tbl.hash_rnd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c260 hashval = jhash_2words(ntohl(iph->saddr), sport,
H A Dnf_nat_core.c231 j = jhash_2words((__force u32)tuple->src.u3.ip,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh.c295 return jhash_2words(*(u32 *)(addr+2), sdata->dev->ifindex, tbl->hash_rnd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_sfq.c115 return jhash_2words(h, h1, q->perturbation) & (SFQ_HASH_DIVISOR - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dclip.c315 return jhash_2words(*(u32 *) pkey, dev->ifindex, clip_tbl.hash_rnd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c810 hash = jhash_2words(dev, ino, 0xfeedbeef) & RAPARM_HASH_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dndisc.c362 return jhash_2words(addr_hash, dev->ifindex, nd_tbl.hash_rnd);
H A Daddrconf.c597 return jhash_2words((__force u32)addr->s6_addr32[2],

Completed in 128 milliseconds