Searched defs:dtab (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | devmap.c | 69 struct bpf_dtab *dtab; member 105 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() 111 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map() 180 struct bpf_dtab *dtab; in dev_map_alloc() local 205 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() local 277 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() local 294 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem() local 309 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key() local 409 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_flush() local 425 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem() local [all …]
|