Searched refs:BPF_F_NO_PREALLOC (Results 51 - 69 of 69) sorted by path

123

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtask_local_storage_exit_creds.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtask_ls_recursion.c18 __uint(map_flags, BPF_F_NO_PREALLOC);
25 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtask_storage_nodeadlock.c19 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtcp_rtt.c20 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_sk_storage_trace_itself.c10 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_sk_storage_tracing.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
25 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_skmsg_load_helpers.c22 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_sock_fields.c32 __uint(map_flags, BPF_F_NO_PREALLOC);
39 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_tcp_hdr_options.c40 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtimer.c26 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtype_cast.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dudp_limit.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dverifier_sock.c50 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dwq.c28 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dxdpwall.c62 __uint(map_flags, BPF_F_NO_PREALLOC);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c210 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
333 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
425 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
534 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
746 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
H A Dtest_maps.c554 /* Queue map does not support BPF_F_NO_PREALLOC */
555 if (map_opts.map_flags & BPF_F_NO_PREALLOC) {
610 /* Stack map does not support BPF_F_NO_PREALLOC */
611 if (map_opts.map_flags & BPF_F_NO_PREALLOC) {
1603 /* Stack/Queue maps do not support BPF_F_NO_PREALLOC */
1604 if (map_opts.map_flags & BPF_F_NO_PREALLOC) {
1930 map_opts.map_flags = BPF_F_NO_PREALLOC;
H A Dtest_tag.c187 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
H A Dtest_verifier.c552 opts.map_flags = (type == BPF_MAP_TYPE_HASH ? BPF_F_NO_PREALLOC : 0) | extra_flags;
824 .map_flags = BPF_F_NO_PREALLOC,

Completed in 379 milliseconds

123