Searched refs:bpf_dtab (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | devmap.c | 69 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() 180 struct bpf_dtab *dtab; in dev_map_alloc() 205 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() 277 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() 294 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem() 309 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key() 409 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_flush() [all …]
|