Home
last modified time | relevance | path

Searched refs:bpf_map_def (Results 1 – 18 of 18) sorted by relevance

/linux/tools/perf/util/
A Dbpf_map.c12 static bool bpf_map_def__is_per_cpu(const struct bpf_map_def *def) in bpf_map_def__is_per_cpu()
20 static void *bpf_map_def__alloc_value(const struct bpf_map_def *def) in bpf_map_def__alloc_value()
30 const struct bpf_map_def *def = bpf_map__def(map); in bpf_map__fprintf()
A Dbpf-loader.c1002 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value()
1061 const struct bpf_map_def *def; in __bpf_map__config_event()
1132 const struct bpf_map_def *def; in config_map_indices_range_check()
1248 const struct bpf_map_def *pdef,
1255 int map_fd, const struct bpf_map_def *pdef, in foreach_key_array_all()
1275 const struct bpf_map_def *pdef, in foreach_key_array_ranges()
1306 const struct bpf_map_def *def; in bpf_map_config_foreach_key()
1451 const struct bpf_map_def *pdef, in apply_obj_config_map_for_key()
/linux/tools/testing/selftests/bpf/progs/
A Dsample_map_ret0.c5 struct bpf_map_def SEC("maps") htab = {
12 struct bpf_map_def SEC("maps") array = {
A Dfreplace_cls_redirect.c10 struct bpf_map_def SEC("maps") sock_map = {
A Dtest_btf_nokv.c11 struct bpf_map_def SEC("maps") btf_map = {
A Dtest_btf_haskv.c12 struct bpf_map_def SEC("maps") btf_map = {
A Dtest_skb_cgroup_id_kern.c13 struct bpf_map_def SEC("maps") cgroup_ids = {
A Dtest_btf_newkv.c13 struct bpf_map_def SEC("maps") btf_map_legacy = {
A Dtest_tc_edt.c20 struct bpf_map_def SEC("maps") flow_map = {
A Dtest_tcp_check_syncookie_kern.c19 struct bpf_map_def SEC("maps") results = {
/linux/tools/perf/tests/
A Dbpf-script-test-relocation.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") my_table = { argument
A Dbpf-script-example.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") flip_table = { argument
/linux/tools/lib/bpf/
A Dbpf_helpers.h130 struct bpf_map_def { struct
A Dlibbpf.h521 struct bpf_map_def { struct
575 LIBBPF_API const struct bpf_map_def *bpf_map__def(const struct bpf_map *map);
A Dlibbpf.c386 struct bpf_map_def def;
1505 struct bpf_map_def *def; in bpf_object__init_internal_map()
1953 struct bpf_map_def *def; in bpf_object__init_user_maps()
1994 def = (struct bpf_map_def *)(data->d_buf + sym->st_value); in bpf_object__init_user_maps()
2001 if (map_def_sz <= sizeof(struct bpf_map_def)) { in bpf_object__init_user_maps()
2012 for (b = ((char *)def) + sizeof(struct bpf_map_def); in bpf_object__init_user_maps()
2021 memcpy(&map->def, def, sizeof(struct bpf_map_def)); in bpf_object__init_user_maps()
4111 struct bpf_map_def *def = &map->def; in bpf_map_find_btf_info()
4825 struct bpf_map_def *def = &map->def; in bpf_object__create_map()
8839 const struct bpf_map_def *bpf_map__def(const struct bpf_map *map) in bpf_map__def()
/linux/tools/bpf/bpftool/
A Dstruct_ops.c483 const struct bpf_map_def *def; in do_register()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_listen.c1416 const struct bpf_map_def *def; in test_ops_cleanup()
1446 const struct bpf_map_def *def; in map_type_str()
/linux/Documentation/bpf/
A Dbtf.rst557 struct bpf_map_def SEC("maps") btf_map = {
816 struct bpf_map_def SEC("maps") tmpmap = {

Completed in 50 milliseconds