| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | bpf_map.c | 12 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()
|
| H A D | bpf-loader.c | 1002 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value() 1062 const struct bpf_map_def *def; in __bpf_map__config_event() 1133 const struct bpf_map_def *def; in config_map_indices_range_check() 1250 const struct bpf_map_def *pdef, 1257 int map_fd, const struct bpf_map_def *pdef, in foreach_key_array_all() 1277 const struct bpf_map_def *pdef, in foreach_key_array_ranges() 1308 const struct bpf_map_def *def; in bpf_map_config_foreach_key() 1453 const struct bpf_map_def *pdef, in apply_obj_config_map_for_key()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | sample_map_ret0.c | 5 struct bpf_map_def SEC("maps") htab = { 12 struct bpf_map_def SEC("maps") array = {
|
| H A D | freplace_cls_redirect.c | 10 struct bpf_map_def SEC("maps") sock_map = {
|
| H A D | test_btf_nokv.c | 13 struct bpf_map_def SEC("maps") btf_map = {
|
| H A D | test_btf_haskv.c | 14 struct bpf_map_def SEC("maps") btf_map = {
|
| H A D | test_tc_peer.c | 16 struct bpf_map_def SEC("maps") ifindex_map = {
|
| H A D | test_skb_cgroup_id_kern.c | 13 struct bpf_map_def SEC("maps") cgroup_ids = {
|
| H A D | test_btf_newkv.c | 15 struct bpf_map_def SEC("maps") btf_map_legacy = {
|
| H A D | test_tc_edt.c | 20 struct bpf_map_def SEC("maps") flow_map = {
|
| H A D | test_tc_neigh.c | 41 struct bpf_map_def SEC("maps") ifindex_map = {
|
| H A D | test_tcp_check_syncookie_kern.c | 19 struct bpf_map_def SEC("maps") results = {
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | bpf-script-test-relocation.c | 20 struct bpf_map_def { struct 28 struct bpf_map_def SEC("maps") my_table = { argument
|
| H A D | bpf-script-example.c | 20 struct bpf_map_def { struct 28 struct bpf_map_def SEC("maps") flip_table = { argument
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | ibumad_kern.c | 19 struct bpf_map_def SEC("maps") read_count = { 26 struct bpf_map_def SEC("maps") write_count = {
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 108 struct bpf_map_def { struct
|
| H A D | libbpf.h | 398 struct bpf_map_def { struct 438 LIBBPF_API const struct bpf_map_def *bpf_map__def(const struct bpf_map *map);
|
| H A D | libbpf.c | 341 struct bpf_map_def def; 1364 struct bpf_map_def *def; in bpf_object__init_internal_map() 1801 struct bpf_map_def *def; in bpf_object__init_user_maps() 1837 def = (struct bpf_map_def *)(data->d_buf + sym.st_value); in bpf_object__init_user_maps() 1844 if (map_def_sz <= sizeof(struct bpf_map_def)) { in bpf_object__init_user_maps() 1855 for (b = ((char *)def) + sizeof(struct bpf_map_def); in bpf_object__init_user_maps() 1864 memcpy(&map->def, def, sizeof(struct bpf_map_def)); in bpf_object__init_user_maps() 3583 struct bpf_map_def *def = &map->def; in bpf_map_find_btf_info() 4172 struct bpf_map_def *def = &map->def; in bpf_object__create_map() 8824 const struct bpf_map_def *bpf_map__def(const struct bpf_map *map) in bpf_map__def()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | struct_ops.c | 483 const struct bpf_map_def *def; in do_register()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 1423 const struct bpf_map_def *def; in test_ops_cleanup() 1451 const struct bpf_map_def *def; in map_type_str()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | btf.rst | 517 struct bpf_map_def SEC("maps") btf_map = { 776 struct bpf_map_def SEC("maps") tmpmap = {
|