Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dhashtab.c27 struct htab_elem { struct
88 htab->elem_size = sizeof(struct htab_elem) + in htab_map_alloc()
108 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw()
111 struct htab_elem *l; in lookup_elem_raw()
125 struct htab_elem *l; in htab_map_lookup_elem()
150 struct htab_elem *l, *next_l; in htab_map_get_next_key()
172 struct htab_elem, hash_node); in htab_map_get_next_key()
191 struct htab_elem, hash_node); in htab_map_get_next_key()
208 struct htab_elem *l_new, *l_old; in htab_map_update_elem()
283 struct htab_elem *l; in htab_map_delete_elem()
[all …]