Searched refs:bpf_dtab (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | devmap.c | 67 struct bpf_dtab *dtab; 73 struct bpf_dtab { struct 90 struct bpf_dtab *dtab; in dev_map_alloc() argument 149 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() 197 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() 214 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_insert_ctx() 277 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_flush() 304 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem() 411 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_delete_elem() 435 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_update_elem() [all …]
|