Searched refs:jhash (Results 51 - 75 of 143) sorted by relevance

123456

/linux-master/net/mac80211/
H A Dmesh.h13 #include <linux/jhash.h>
/linux-master/lib/
H A Dtest_rhashtable.c14 #include <linux/jhash.h>
99 .hashfn = jhash,
106 .hashfn = jhash,
H A Dstackdepot.c19 #include <linux/jhash.h>
H A Drhashtable.c23 #include <linux/jhash.h>
1001 * .hashfn = jhash,
1019 * .hashfn = jhash,
1058 ht->p.hashfn = jhash;
/linux-master/include/linux/
H A Drhashtable.h23 #include <linux/jhash.h>
140 hash = jhash(key, key_len, hash_rnd);
149 hash = jhash(key, key_len, hash_rnd);
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c21 #include <linux/jhash.h>
71 hash = jhash(&claim->addr, sizeof(claim->addr), hash);
72 hash = jhash(&claim->vid, sizeof(claim->vid), hash);
90 hash = jhash(&gw->orig, sizeof(gw->orig), hash);
91 hash = jhash(&gw->vid, sizeof(gw->vid), hash);
H A Dnetwork-coding.c21 #include <linux/jhash.h>
500 hash = jhash(&nc_path->prev_hop, sizeof(nc_path->prev_hop), hash);
501 hash = jhash(&nc_path->next_hop, sizeof(nc_path->next_hop), hash);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c36 #include <linux/jhash.h>
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_net.c6 #include <linux/jhash.h>
H A Dip_set_hash_ipport.c6 #include <linux/jhash.h>
H A Dip_set_hash_ipportip.c6 #include <linux/jhash.h>
H A Dip_set_hash_ipportnet.c6 #include <linux/jhash.h>
H A Dip_set_hash_netport.c6 #include <linux/jhash.h>
H A Dip_set_hash_netnet.c8 #include <linux/jhash.h>
/linux-master/net/ieee802154/6lowpan/
H A Dreassembly.c16 #include <linux/jhash.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c627 return jhash(key->ip_tun_key, sizeof(*key->ip_tun_key),
633 return jhash(&key->key, sizeof(key->key), 0);
1119 return jhash(&key->endpoint_ip.v4, sizeof(key->endpoint_ip.v4), 0);
1120 return jhash(&key->endpoint_ip.v6, sizeof(key->endpoint_ip.v6), 0);
/linux-master/include/net/
H A Dudp.h223 hash = jhash(skb->data, 2 * ETH_ALEN,
/linux-master/kernel/trace/
H A Dtracing_map.c15 #include <linux/jhash.h>
523 key_hash = jhash(key, map->key_size, 0);
/linux-master/net/ipv6/
H A Dcalipso.c22 #include <linux/jhash.h>
120 return jhash(key, key_len, 0);
/linux-master/fs/smb/client/
H A Ddfs_cache.c8 #include <linux/jhash.h>
333 h = jhash(&c, sizeof(c), h);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c25 /* copy paste of jhash from kernel sources to make sure llvm
54 u32 jhash(const void *key, u32 length, u32 initval) function
513 return jhash_2words(jhash(pckt->flow.srcv6, 16, 12),
538 if (hash != 0x358459b7 /* jhash of ipv4 packet */ &&
539 hash != 0x2f4bc6bb /* jhash of ipv6 packet */)
/linux-master/mm/kfence/
H A Dcore.c15 #include <linux/jhash.h>
206 return jhash(stack_entries, num_entries * sizeof(stack_entries[0]), stack_hash_seed);
/linux-master/fs/gfs2/
H A Dquota.c57 #include <linux/jhash.h>
93 h = jhash(&sdp, sizeof(struct gfs2_sbd *), 0);
94 h = jhash(&qid, sizeof(struct kqid), h);
/linux-master/kernel/
H A Dtracepoint.c8 #include <linux/jhash.h>
/linux-master/net/ipv6/ila/
H A Dila_xlat.c2 #include <linux/jhash.h>

Completed in 517 milliseconds

123456