/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | local_storage.c | 28 __uint(map_flags, BPF_F_NO_PREALLOC); 35 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE); 42 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE); 49 __uint(map_flags, BPF_F_NO_PREALLOC); 56 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | sockopt_inherit.c | 20 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE); 27 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE); 34 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | netns_cookie_prog.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC); 18 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | cgrp_ls_recursion.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC); 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | task_ls_recursion.c | 18 __uint(map_flags, BPF_F_NO_PREALLOC); 25 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | cgrp_ls_tp_btf.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC); 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | bench_local_storage_create.c | 20 __uint(map_flags, BPF_F_NO_PREALLOC); 27 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | map_kptr.c | 45 __uint(map_flags, BPF_F_NO_PREALLOC); 53 __uint(map_flags, BPF_F_NO_PREALLOC); 72 __uint(map_flags, BPF_F_NO_PREALLOC); 79 __uint(map_flags, BPF_F_NO_PREALLOC); 86 __uint(map_flags, BPF_F_NO_PREALLOC); 93 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | test_sk_storage_tracing.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC); 25 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | htab_reuse.c | 18 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | test_sk_storage_trace_itself.c | 10 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | cgrp_ls_negative.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | bprm_opts.c | 16 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | read_bpf_task_storage_busy.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | task_local_storage_exit_creds.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | nested_trust_success.c | 15 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | rcu_tasks_trace_gp.c | 8 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | udp_limit.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | nested_trust_failure.c | 15 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | task_storage_nodeadlock.c | 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | bpf_iter_bpf_sk_storage_map.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | local_storage_rcu_tasks_trace_bench.c | 10 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | bpf_iter_bpf_sk_storage_helpers.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
/openbmc/linux/samples/bpf/ |
H A D | map_perf_test.bpf.c | 70 __uint(map_flags, BPF_F_NO_PREALLOC); 78 __uint(map_flags, BPF_F_NO_PREALLOC); 86 __uint(map_flags, BPF_F_NO_PREALLOC);
|
H A D | tcp_dumpstats_kern.c | 22 .map_flags = BPF_F_NO_PREALLOC,
|