Searched refs:bpf_dtab (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | devmap.c | 68 struct bpf_dtab *dtab; 75 struct bpf_dtab { struct 105 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() argument 111 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map() 160 struct bpf_dtab *dtab; in dev_map_alloc() 185 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() 248 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() 269 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem() 284 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key() 431 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem() [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 403 struct bpf_dtab { struct 416 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() argument 637 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash; in check_devmap_hash()
|