Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Ddevmap.c67 struct bpf_dtab *dtab;
74 struct bpf_dtab { struct
104 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() argument
110 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map()
159 struct bpf_dtab *dtab; in dev_map_alloc()
184 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free()
247 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key()
268 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem()
283 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key()
430 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem()
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c391 struct bpf_dtab { struct
404 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() argument
625 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash; in check_devmap_hash()