Searched defs:dtab (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/bpf/ | 
| D | devmap.c | 69 	struct bpf_dtab *dtab;  member 104 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr)  in dev_map_init_map() 173 	struct bpf_dtab *dtab;  in dev_map_alloc()  local 198 	struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);  in dev_map_free()  local 251 	struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);  in dev_map_get_next_key()  local 266 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab,  in dev_map_index_hash() 274 	struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);  in __dev_map_hash_lookup_elem()  local 288 	struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);  in dev_map_hash_get_next_key()  local 388 	struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);  in __dev_map_flush()  local 404 	struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);  in __dev_map_lookup_elem()  local [all …] 
 |