Searched refs:BPF_F_NO_PREALLOC (Results 1 – 25 of 40) sorted by relevance
12
| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| D | sockopt_inherit.c | 19 __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);
|
| 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 | 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);
|
| 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 | bpf_iter_bpf_sk_storage_map.c | 12 __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_helpers.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | task_local_storage.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | test_skmsg_load_helpers.c | 22 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | tcp_rtt.c | 18 __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 | 25 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | test_sock_fields.c | 32 __uint(map_flags, BPF_F_NO_PREALLOC); 39 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | connect_force_port6.c | 24 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | sockopt_sk.c | 24 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| D | map_ptr_kern.c | 100 __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/ |
| 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-v5.15/tools/testing/selftests/bpf/ |
| D | test_lpm_map.c | 240 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/ |
| D | libbpf_probes.c | 221 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/ |
| D | runqslower.bpf.c | 15 __uint(map_flags, BPF_F_NO_PREALLOC);
|
12