Searched refs:BPF_F_NO_PREALLOC (Results 1 – 25 of 50) sorted by relevance
12
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | local_storage.c | 27 __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);
|
D | sockopt_inherit.c | 18 __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);
|
D | task_ls_recursion.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC); 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | netns_cookie_prog.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC); 18 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | test_sk_storage_tracing.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC); 25 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | test_sk_storage_trace_itself.c | 10 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | bprm_opts.c | 16 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | task_local_storage_exit_creds.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | read_bpf_task_storage_busy.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | udp_limit.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | bpf_iter_bpf_sk_storage_map.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | local_storage_rcu_tasks_trace_bench.c | 10 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | bpf_iter_bpf_sk_storage_helpers.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | task_local_storage.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | tcp_rtt.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | test_skmsg_load_helpers.c | 22 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | socket_cookie_prog.c | 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | connect_force_port4.c | 24 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | mptcp_sock.c | 23 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | local_storage_bench.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC);
|
/Linux-v6.1/samples/bpf/ |
D | map_perf_test_kern.c | 72 __uint(map_flags, BPF_F_NO_PREALLOC); 80 __uint(map_flags, BPF_F_NO_PREALLOC); 88 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | tcp_dumpstats_kern.c | 22 .map_flags = BPF_F_NO_PREALLOC,
|
/Linux-v6.1/tools/lib/bpf/ |
D | libbpf_probes.c | 209 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/ |
D | runqslower.bpf.c | 15 __uint(map_flags, BPF_F_NO_PREALLOC);
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_lpm_map.c | 210 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