Home
last modified time | relevance | path

Searched refs:HASH_KEY (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtimer_mim_reject.c24 #define HASH_KEY 1234 macro
54 int hash_key = HASH_KEY; in BPF_PROG()
H A Dtimer_mim.c23 #define HASH_KEY 1234 macro
71 int hash_key = HASH_KEY; in BPF_PROG()
/linux/tools/mm/
H A Dpage-types.c199 #define HASH_KEY(flags) (flags & HASH_MASK)
609 size_t k = HASH_KEY(flags); in hash_slot()
200 #define HASH_KEY( global() macro
/linux/net/ipv6/
H A Dip6_gre.c100 #define HASH_KEY(key) (((__force u32)key^((__force u32)key>>4))&(IP6_GRE_HASH_SIZE - 1)) macro
122 unsigned int h1 = HASH_KEY(key); in ip6gre_tunnel_lookup()
254 unsigned int h = HASH_KEY(p->i_key); in __ip6gre_bucket()