Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dhashtab.c27 struct htab_elem { struct
68 MAX_BPF_STACK - sizeof(struct htab_elem)) in htab_map_alloc()
76 htab->elem_size = sizeof(struct htab_elem) + in htab_map_alloc()
128 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw()
131 struct htab_elem *l; in lookup_elem_raw()
145 struct htab_elem *l; in htab_map_lookup_elem()
170 struct htab_elem *l, *next_l; in htab_map_get_next_key()
192 struct htab_elem, hash_node); in htab_map_get_next_key()
211 struct htab_elem, hash_node); in htab_map_get_next_key()
228 struct htab_elem *l_new, *l_old; in htab_map_update_elem()
[all …]