Home
last modified time | relevance | path

Searched defs:htab_elem (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/bpf/
Dhashtab.c27 struct htab_elem { struct
28 struct hlist_node hash_node;
29 struct rcu_head rcu;
30 u32 hash;
31 char key[0] __aligned(8);