Home
last modified time | relevance | path

Searched refs:BPF_F_NO_PREALLOC (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dlocal_storage.c27 __uint(map_flags, BPF_F_NO_PREALLOC);
34 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
41 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
48 __uint(map_flags, BPF_F_NO_PREALLOC);
Dsockopt_inherit.c18 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
25 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
32 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtask_ls_recursion.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
19 __uint(map_flags, BPF_F_NO_PREALLOC);
Dnetns_cookie_prog.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
18 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtest_sk_storage_tracing.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
25 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtest_sk_storage_trace_itself.c10 __uint(map_flags, BPF_F_NO_PREALLOC);
Dbprm_opts.c16 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtask_local_storage_exit_creds.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dread_bpf_task_storage_busy.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
Dudp_limit.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
Dbpf_iter_bpf_sk_storage_map.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dlocal_storage_rcu_tasks_trace_bench.c10 __uint(map_flags, BPF_F_NO_PREALLOC);
Dbpf_iter_bpf_sk_storage_helpers.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtask_local_storage.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtcp_rtt.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtest_skmsg_load_helpers.c22 __uint(map_flags, BPF_F_NO_PREALLOC);
Dsocket_cookie_prog.c19 __uint(map_flags, BPF_F_NO_PREALLOC);
Dconnect_force_port4.c24 __uint(map_flags, BPF_F_NO_PREALLOC);
Dmptcp_sock.c23 __uint(map_flags, BPF_F_NO_PREALLOC);
Dlocal_storage_bench.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
/Linux-v6.1/samples/bpf/
Dmap_perf_test_kern.c72 __uint(map_flags, BPF_F_NO_PREALLOC);
80 __uint(map_flags, BPF_F_NO_PREALLOC);
88 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtcp_dumpstats_kern.c22 .map_flags = BPF_F_NO_PREALLOC,
/Linux-v6.1/tools/lib/bpf/
Dlibbpf_probes.c209 opts.map_flags = BPF_F_NO_PREALLOC; in probe_map_create()
228 opts.map_flags = BPF_F_NO_PREALLOC; in probe_map_create()
/Linux-v6.1/tools/bpf/runqslower/
Drunqslower.bpf.c15 __uint(map_flags, BPF_F_NO_PREALLOC);
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_lpm_map.c210 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_map()
333 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_ipaddr()
425 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_delete()
534 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_get_next_key()
746 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_multi_thread()

12