/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps() 66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map() 186 static void _map_in_map_batch_ops(enum bpf_map_type outer_map_type, in _map_in_map_batch_ops() 187 enum bpf_map_type inner_map_type) in _map_in_map_batch_ops()
|
/openbmc/linux/include/trace/events/ |
H A D | xdp.h | 95 enum bpf_map_type map_type, 145 enum bpf_map_type map_type, 154 enum bpf_map_type map_type, 176 enum bpf_map_type map_type, 185 enum bpf_map_type map_type,
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | libbpf_probes.c | 66 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_probe_map_types()
|
H A D | sockmap_ktls.c | 136 enum bpf_map_type map_type) in fmt_test_name() 149 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
|
H A D | libbpf_str.c | 130 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_bpf_map_type_str()
|
H A D | sockmap_basic.c | 89 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free() 111 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers() 134 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update() 190 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
|
H A D | select_reuseport.c | 38 static enum bpf_map_type inner_map_type; 66 static int create_maps(enum bpf_map_type inner_type) in create_maps() 738 static const char *maptype_str(enum bpf_map_type type) in maptype_str() 839 void test_map_type(enum bpf_map_type mt) in test_map_type()
|
H A D | map_init.c | 38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
|
H A D | lookup_and_delete.c | 44 static struct test_lookup_and_delete *setup_prog(enum bpf_map_type map_type, in setup_prog()
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_map.c | 12 static bool bpf_map__is_per_cpu(enum bpf_map_type type) in bpf_map__is_per_cpu()
|
/openbmc/linux/samples/bpf/ |
H A D | tracex6.bpf.c | 60 enum bpf_map_type type; in BPF_KPROBE()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_gen_internal.h | 59 enum bpf_map_type map_type, const char *map_name,
|
H A D | libbpf_probes.c | 277 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create() 392 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
|
H A D | libbpf.h | 79 LIBBPF_API const char *libbpf_bpf_map_type_str(enum bpf_map_type t); 940 LIBBPF_API enum bpf_map_type bpf_map__type(const struct bpf_map *map); 941 LIBBPF_API int bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type); 1501 LIBBPF_API int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts);
|
H A D | skel_internal.h | 219 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create()
|
H A D | bpf.h | 57 LIBBPF_API int bpf_map_create(enum bpf_map_type map_type,
|
H A D | gen_loader.c | 449 enum bpf_map_type map_type, in bpf_gen__map_create()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 13 enum bpf_map_type g_map_type = BPF_MAP_TYPE_UNSPEC; 31 enum bpf_map_type map_type;
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | feature.c | 597 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex() 618 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type()
|
H A D | map.c | 1242 enum bpf_map_type map_type = BPF_MAP_TYPE_UNSPEC; in do_create()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 456 enum bpf_map_type type; in is_unpriv_capable_map()
|
H A D | test_verifier.c | 533 static bool skip_unsupported_map(enum bpf_map_type map_type) in skip_unsupported_map() 667 enum bpf_map_type type = percpu ? BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE : in create_cgroup_storage()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 923 enum bpf_map_type { enum
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 923 enum bpf_map_type { enum
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 664 enum bpf_map_type map_type;
|