Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddevmap.c76 struct bpf_dtab { struct
105 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() argument
136 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map()
166 struct bpf_dtab *dtab; in dev_map_alloc()
188 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free()
258 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key()
279 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem()
294 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key()
447 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem()
625 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_enqueue_multi()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c408 struct bpf_dtab { struct
421 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() argument
642 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash; in check_devmap_hash()