Searched refs:BPF_F_NO_PREALLOC (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/samples/bpf/ |
| D | map_perf_test_kern.c | 65 .map_flags = BPF_F_NO_PREALLOC, 73 .map_flags = BPF_F_NO_PREALLOC, 81 .map_flags = BPF_F_NO_PREALLOC,
|
| D | xdp_router_ipv4_kern.c | 50 .map_flags = BPF_F_NO_PREALLOC,
|
| /Linux-v4.19/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() 538 100, BPF_F_NO_PREALLOC); in test_lpm_get_next_key() 721 100, BPF_F_NO_PREALLOC); in test_lpm_multi_thread()
|
| D | test_tag.c | 191 sizeof(int), 1, BPF_F_NO_PREALLOC); in main()
|
| D | test_maps.c | 1444 map_flags = BPF_F_NO_PREALLOC; in main()
|
| D | test_verifier.c | 12532 type == BPF_MAP_TYPE_HASH ? BPF_F_NO_PREALLOC : 0); in create_map()
|
| /Linux-v4.19/kernel/bpf/ |
| D | lpm_trie.c | 500 #define LPM_CREATE_FLAG_MASK (BPF_F_NO_PREALLOC | BPF_F_NUMA_NODE | \ 514 !(attr->map_flags & BPF_F_NO_PREALLOC) || in trie_alloc()
|
| D | hashtab.c | 25 (BPF_F_NO_PREALLOC | BPF_F_NO_COMMON_LRU | BPF_F_NUMA_NODE | \ 84 return !(htab->map.map_flags & BPF_F_NO_PREALLOC); in htab_is_prealloc() 246 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc_check() 310 bool prealloc = !(attr->map_flags & BPF_F_NO_PREALLOC); in htab_map_alloc()
|
| D | verifier.c | 5072 !(map->map_flags & BPF_F_NO_PREALLOC); in check_map_prealloc()
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | bpf.h | 243 #define BPF_F_NO_PREALLOC (1U << 0) macro
|
| /Linux-v4.19/include/uapi/linux/ |
| D | bpf.h | 243 #define BPF_F_NO_PREALLOC (1U << 0) macro
|