| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A 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);
|
| H A D | local_storage.c | 27 __uint(map_flags, BPF_F_NO_PREALLOC); 34 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
|
| H A D | bpf_iter_bpf_sk_storage_map.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | udp_limit.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | socket_cookie_prog.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | tcp_rtt.c | 18 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | test_skmsg_load_helpers.c | 22 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | test_sock_fields.c | 33 __uint(map_flags, BPF_F_NO_PREALLOC); 40 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | connect_force_port4.c | 23 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | connect_force_port6.c | 22 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | map_ptr_kern.c | 106 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ 326 __uint(map_flags, BPF_F_NO_PREALLOC); 606 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | sockopt_sk.c | 23 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | bpf_dctcp.c | 24 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| H A D | test_tcp_hdr_options.c | 40 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A 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);
|
| H A D | tcp_dumpstats_kern.c | 22 .map_flags = BPF_F_NO_PREALLOC,
|
| H A D | xdp_router_ipv4_kern.c | 50 __uint(map_flags, BPF_F_NO_PREALLOC);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A 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()
|
| H A D | test_tag.c | 191 sizeof(int), 1, BPF_F_NO_PREALLOC); in main()
|
| H A D | test_maps.c | 544 if (map_flags & BPF_F_NO_PREALLOC) { in test_queuemap() 602 if (map_flags & BPF_F_NO_PREALLOC) { in test_stackmap() 1443 if (map_flags & BPF_F_NO_PREALLOC) { in test_map_wronly_stack_or_queue() 1767 map_flags = BPF_F_NO_PREALLOC; in main()
|
| H A D | test_verifier.c | 387 BPF_F_NO_PREALLOC : 0) | extra_flags); in __create_map() 601 .map_flags = BPF_F_NO_PREALLOC, in create_sk_storage_map()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 221 map_flags = BPF_F_NO_PREALLOC; in bpf_probe_map_type() 239 map_flags = BPF_F_NO_PREALLOC; in bpf_probe_map_type()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_local_storage.c | 15 #define BPF_LOCAL_STORAGE_CREATE_FLAG_MASK (BPF_F_NO_PREALLOC | BPF_F_CLONE) 525 !(attr->map_flags & BPF_F_NO_PREALLOC) || in bpf_local_storage_map_alloc_check()
|
| H A D | lpm_trie.c | 537 #define LPM_CREATE_FLAG_MASK (BPF_F_NO_PREALLOC | BPF_F_NUMA_NODE | \ 551 !(attr->map_flags & BPF_F_NO_PREALLOC) || in trie_alloc()
|
| H A D | hashtab.c | 18 (BPF_F_NO_PREALLOC | BPF_F_NO_COMMON_LRU | BPF_F_NUMA_NODE | \ 127 return !(htab->map.map_flags & BPF_F_NO_PREALLOC); in htab_is_prealloc() 354 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc_check() 423 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc()
|