Searched refs:jhash_3words (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/include/net/netfilter/ |
D | nf_queue.h | 50 return jhash_3words((__force u32)iph->saddr, in hash_v4() 53 return jhash_3words((__force u32)iph->daddr, in hash_v4() 78 return jhash_3words(a, b, c, jhash_initval); in hash_v6()
|
/linux-4.1.27/include/net/ |
D | inet6_hashtables.h | 38 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn()
|
D | inet_sock.h | 240 return jhash_3words((__force __u32) laddr, in __inet_ehashfn()
|
D | ipv6.h | 567 return jhash_3words(v, in __ipv6_addr_jhash()
|
/linux-4.1.27/include/linux/ |
D | jhash.h | 160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() function
|
/linux-4.1.27/net/sched/ |
D | sch_sfb.c | 324 sfbhash = jhash_3words((__force u32)keys.dst, in sfb_enqueue() 359 sfbhash = jhash_3words((__force u32)keys.dst, in sfb_enqueue()
|
D | sch_fq_codel.c | 77 hash = jhash_3words((__force u32)keys.dst, in fq_codel_hash()
|
D | sch_hhf.c | 189 hash = jhash_3words((__force u32)keys.dst, in skb_hash()
|
D | sch_sfq.c | 179 hash = jhash_3words((__force u32)keys->dst, in sfq_hash()
|
/linux-4.1.27/net/ipv6/ |
D | inet6_connection_sock.c | 105 c = jhash_3words((__force u32)raddr->s6_addr32[0], in inet6_synq_hash()
|
D | reassembly.c | 90 return jhash_3words(ipv6_addr_hash(saddr), ipv6_addr_hash(daddr), in inet6_hash_frag()
|
/linux-4.1.27/net/netfilter/ |
D | xt_HMARK.c | 126 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
|
/linux-4.1.27/net/core/ |
D | flow_dissector.c | 280 return jhash_3words(a, b, c, hashrnd); in __flow_hash_3words()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_conn.c | 117 return (jhash_3words(jhash(addr, 16, ip_vs_conn_rnd), in ip_vs_conn_hashkey() 121 return (jhash_3words((__force u32)addr->ip, (__force u32)port, proto, in ip_vs_conn_hashkey()
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | reassembly.c | 56 return jhash_3words(ieee802154_addr_hash(saddr), in lowpan_hash_frag()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 160 return jhash_3words(ipv6_addr_hash(saddr), ipv6_addr_hash(daddr), in nf_hash_frag()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 274 hashval = jhash_3words(ntohl(iph->saddr), sport, dport, in clusterip_hashfn()
|
/linux-4.1.27/net/ipv4/ |
D | ip_fragment.c | 106 return jhash_3words((__force u32)id << 16 | prot, in ipqhashfn()
|
D | route.c | 493 hash = jhash_3words((__force u32)iph->daddr, in __ip_select_ident()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 876 hv = jhash_3words(d32[3], d32[4], IPOIB_QPN_MASK & d32[0], 0); in ipoib_addr_hash()
|