Searched refs:bpf_dtab (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | devmap.c | 66 struct bpf_dtab *dtab; 73 struct bpf_dtab { struct 103 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() 109 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map() 175 struct bpf_dtab *dtab; in dev_map_alloc() 200 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() 263 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() 280 struct bpf_dtab *dta in __dev_map_hash_lookup_elem() [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | devmap.c | 74 struct bpf_dtab { struct 104 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() 110 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map() 160 struct bpf_dtab *dtab; in dev_map_alloc() 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, ma in __dev_map_hash_lookup_elem() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 397 struct bpf_dtab { struct 410 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() 631 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash; in check_devmap_hash()
|
/kernel/linux/linux-6.6/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() 642 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash; in check_devmap_hash()
|
Completed in 5 milliseconds