Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dsockopt_inherit.c19 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
26 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
33 __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);
Dlocal_storage.c28 __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);
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);
Dbpf_iter_bpf_sk_storage_map.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dudp_limit.c11 __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);
Dtest_skmsg_load_helpers.c22 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtcp_rtt.c18 __uint(map_flags, BPF_F_NO_PREALLOC);
Dsocket_cookie_prog.c19 __uint(map_flags, BPF_F_NO_PREALLOC);
Dconnect_force_port4.c25 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtest_sock_fields.c32 __uint(map_flags, BPF_F_NO_PREALLOC);
39 __uint(map_flags, BPF_F_NO_PREALLOC);
Dconnect_force_port6.c24 __uint(map_flags, BPF_F_NO_PREALLOC);
Dsockopt_sk.c24 __uint(map_flags, BPF_F_NO_PREALLOC);
Dmap_ptr_kern.c100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */
320 __uint(map_flags, BPF_F_NO_PREALLOC);
600 __uint(map_flags, BPF_F_NO_PREALLOC);
/Linux-v5.15/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-v5.15/tools/testing/selftests/bpf/
Dtest_lpm_map.c240 BPF_F_NO_PREALLOC); in test_lpm_map()
347 100, BPF_F_NO_PREALLOC); in test_lpm_ipaddr()
352 100, BPF_F_NO_PREALLOC); in test_lpm_ipaddr()
436 100, BPF_F_NO_PREALLOC); in test_lpm_delete()
548 100, BPF_F_NO_PREALLOC); in test_lpm_get_next_key()
766 100, BPF_F_NO_PREALLOC); in test_lpm_multi_thread()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf_probes.c221 map_flags = BPF_F_NO_PREALLOC; in bpf_probe_map_type()
240 map_flags = BPF_F_NO_PREALLOC; in bpf_probe_map_type()
/Linux-v5.15/tools/bpf/runqslower/
Drunqslower.bpf.c15 __uint(map_flags, BPF_F_NO_PREALLOC);

12