Searched refs:bpf_dtab (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | devmap.c | 74 struct bpf_dtab { struct 182 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() 245 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() 266 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem() 281 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() 598 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_enqueue_multi() 715 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_redirect_multi() 814 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_delete_elem() 831 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_delete_elem() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 408 struct bpf_dtab { struct 421 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() argument 642 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash; in check_devmap_hash()
|