__uint              8 samples/bpf/sockex1_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             11 samples/bpf/sockex1_kern.c 	__uint(max_entries, 256);
__uint            193 samples/bpf/sockex2_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            196 samples/bpf/sockex2_kern.c 	__uint(max_entries, 1024);
__uint             18 samples/bpf/xdp1_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             21 samples/bpf/xdp1_kern.c 	__uint(max_entries, 256);
__uint             18 samples/bpf/xdp2_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             21 samples/bpf/xdp2_kern.c 	__uint(max_entries, 256);
__uint             29 samples/bpf/xdp_adjust_tail_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             32 samples/bpf/xdp_adjust_tail_kern.c 	__uint(max_entries, 1);
__uint             27 samples/bpf/xdp_fwd_kern.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
__uint             28 samples/bpf/xdp_fwd_kern.c 	__uint(key_size, sizeof(int));
__uint             29 samples/bpf/xdp_fwd_kern.c 	__uint(value_size, sizeof(int));
__uint             30 samples/bpf/xdp_fwd_kern.c 	__uint(max_entries, 64);
__uint             22 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_CPUMAP);
__uint             23 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(key_size, sizeof(u32));
__uint             24 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(value_size, sizeof(u32));
__uint             25 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, MAX_CPUS);
__uint             39 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             42 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, 1);
__uint             47 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             50 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, 2);
__uint             56 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             59 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, MAX_CPUS);
__uint             64 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             67 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, 1);
__uint             74 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             77 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, MAX_CPUS);
__uint             80 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             83 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, 1);
__uint             86 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             89 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, 1);
__uint             94 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             97 samples/bpf/xdp_redirect_cpu_kern.c 	__uint(max_entries, 1);
__uint             23 samples/bpf/xdp_redirect_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             26 samples/bpf/xdp_redirect_kern.c 	__uint(max_entries, 1);
__uint             33 samples/bpf/xdp_redirect_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             36 samples/bpf/xdp_redirect_kern.c 	__uint(max_entries, 1);
__uint             23 samples/bpf/xdp_redirect_map_kern.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
__uint             24 samples/bpf/xdp_redirect_map_kern.c 	__uint(key_size, sizeof(int));
__uint             25 samples/bpf/xdp_redirect_map_kern.c 	__uint(value_size, sizeof(int));
__uint             26 samples/bpf/xdp_redirect_map_kern.c 	__uint(max_entries, 100);
__uint             33 samples/bpf/xdp_redirect_map_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             36 samples/bpf/xdp_redirect_map_kern.c 	__uint(max_entries, 1);
__uint             46 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_LPM_TRIE);
__uint             47 samples/bpf/xdp_router_ipv4_kern.c 	__uint(key_size, 8);
__uint             48 samples/bpf/xdp_router_ipv4_kern.c 	__uint(value_size, sizeof(struct trie_value));
__uint             49 samples/bpf/xdp_router_ipv4_kern.c 	__uint(max_entries, 50);
__uint             50 samples/bpf/xdp_router_ipv4_kern.c 	__uint(map_flags, BPF_F_NO_PREALLOC);
__uint             55 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             58 samples/bpf/xdp_router_ipv4_kern.c 	__uint(max_entries, 256);
__uint             63 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             66 samples/bpf/xdp_router_ipv4_kern.c 	__uint(max_entries, 50);
__uint             71 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             74 samples/bpf/xdp_router_ipv4_kern.c 	__uint(max_entries, 50);
__uint             78 samples/bpf/xdp_router_ipv4_kern.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
__uint             79 samples/bpf/xdp_router_ipv4_kern.c 	__uint(key_size, sizeof(int));
__uint             80 samples/bpf/xdp_router_ipv4_kern.c 	__uint(value_size, sizeof(int));
__uint             81 samples/bpf/xdp_router_ipv4_kern.c 	__uint(max_entries, 100);
__uint             28 samples/bpf/xdp_rxq_info_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             31 samples/bpf/xdp_rxq_info_kern.c 	__uint(max_entries, 1);
__uint             41 samples/bpf/xdp_rxq_info_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             44 samples/bpf/xdp_rxq_info_kern.c 	__uint(max_entries, 1);
__uint             51 samples/bpf/xdp_rxq_info_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             54 samples/bpf/xdp_rxq_info_kern.c 	__uint(max_entries, MAX_RXQs + 1);
__uint             23 samples/bpf/xdp_tx_iptunnel_kern.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             26 samples/bpf/xdp_tx_iptunnel_kern.c 	__uint(max_entries, 256);
__uint             30 samples/bpf/xdp_tx_iptunnel_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             33 samples/bpf/xdp_tx_iptunnel_kern.c 	__uint(max_entries, MAX_IPTNL_ENTRIES);
__uint             61 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(type, BPF_MAP_TYPE_PROG_ARRAY);
__uint             62 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(max_entries, 8);
__uint             63 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(key_size, sizeof(__u32));
__uint             64 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(value_size, sizeof(__u32));
__uint             68 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             69 tools/testing/selftests/bpf/progs/bpf_flow.c 	__uint(max_entries, 1024);
__uint              8 tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint              9 tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c 	__uint(max_entries, 1);
__uint             15 tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             16 tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c 	__uint(max_entries, 1);
__uint             14 tools/testing/selftests/bpf/progs/netcnt_prog.c 	__uint(type, BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE);
__uint             20 tools/testing/selftests/bpf/progs/netcnt_prog.c 	__uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
__uint            114 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            115 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(max_entries, 1);
__uint            121 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            122 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(max_entries, 1);
__uint            128 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            129 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(max_entries, 1);
__uint            135 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            136 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(max_entries, 1);
__uint            142 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
__uint            143 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(max_entries, 32);
__uint            144 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(key_size, sizeof(int));
__uint            145 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(value_size, sizeof(int));
__uint            149 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
__uint            150 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(max_entries, 1000);
__uint            151 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(key_size, sizeof(int));
__uint            152 tools/testing/selftests/bpf/progs/pyperf.h 	__uint(value_size, sizeof(long long) * 127);
__uint             16 tools/testing/selftests/bpf/progs/socket_cookie_prog.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
__uint             17 tools/testing/selftests/bpf/progs/socket_cookie_prog.c 	__uint(map_flags, BPF_F_NO_PREALLOC);
__uint              8 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_SOCKMAP);
__uint              9 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(max_entries, 20);
__uint             10 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(key_size, sizeof(int));
__uint             11 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(value_size, sizeof(int));
__uint             15 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_SOCKMAP);
__uint             16 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(max_entries, 20);
__uint             17 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(key_size, sizeof(int));
__uint             18 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(value_size, sizeof(int));
__uint             22 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_SOCKMAP);
__uint             23 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(max_entries, 20);
__uint             24 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(key_size, sizeof(int));
__uint             25 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(value_size, sizeof(int));
__uint             29 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             30 tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c 	__uint(max_entries, 20);
__uint             18 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
__uint             19 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
__uint             25 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
__uint             26 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
__uint             32 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
__uint             33 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(map_flags, BPF_F_NO_PREALLOC);
__uint            208 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
__uint            209 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(max_entries, 32);
__uint            210 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(key_size, sizeof(int));
__uint            211 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(value_size, sizeof(int));
__uint            215 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
__uint            216 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(max_entries, 16);
__uint            217 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(key_size, sizeof(uint32_t));
__uint            218 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(value_size, sizeof(uint64_t) * PERF_MAX_STACK_DEPTH);
__uint            222 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
__uint            223 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(max_entries, 16);
__uint            224 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(key_size, sizeof(uint32_t));
__uint            225 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(value_size, sizeof(uint64_t) * PERF_MAX_STACK_DEPTH);
__uint            229 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint            230 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(max_entries, 1);
__uint            236 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint            237 tools/testing/selftests/bpf/progs/strobemeta.h 	__uint(max_entries, STROBE_MAX_CFGS);
__uint              9 tools/testing/selftests/bpf/progs/test_attach_probe.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             10 tools/testing/selftests/bpf/progs/test_attach_probe.c 	__uint(max_entries, 4);
__uint             24 tools/testing/selftests/bpf/progs/test_btf_newkv.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             25 tools/testing/selftests/bpf/progs/test_btf_newkv.c 	__uint(max_entries, 4);
__uint             19 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
__uint             20 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(max_entries, 2);
__uint             21 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(key_size, sizeof(int));
__uint             22 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(value_size, sizeof(__u32));
__uint             26 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             27 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(max_entries, 1);
__uint             51 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             52 tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c 	__uint(max_entries, 1);
__uint             11 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             12 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(max_entries, 11);
__uint             18 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             19 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(max_entries, 5);
__uint             31 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             32 tools/testing/selftests/bpf/progs/test_global_data.c 	__uint(max_entries, 5);
__uint            173 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            174 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(max_entries, MAX_VIPS);
__uint            180 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            181 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(max_entries, CH_RINGS_SIZE);
__uint            187 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            188 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(max_entries, MAX_REALS);
__uint            194 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint            195 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(max_entries, MAX_VIPS);
__uint            201 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            202 tools/testing/selftests/bpf/progs/test_l4lb.c 	__uint(max_entries, CTL_MAP_SIZE);
__uint            169 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            170 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(max_entries, MAX_VIPS);
__uint            176 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            177 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(max_entries, CH_RINGS_SIZE);
__uint            183 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            184 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(max_entries, MAX_REALS);
__uint            190 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint            191 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(max_entries, MAX_VIPS);
__uint            197 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            198 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	__uint(max_entries, CTL_MAP_SIZE);
__uint              9 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
__uint             10 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(max_entries, 1);
__uint             11 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(map_flags, 0);
__uint             12 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(key_size, sizeof(__u32));
__uint             14 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(value_size, sizeof(__u32));
__uint             18 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(type, BPF_MAP_TYPE_HASH_OF_MAPS);
__uint             19 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(max_entries, 1);
__uint             20 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(map_flags, 0);
__uint             21 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(key_size, sizeof(int));
__uint             23 tools/testing/selftests/bpf/progs/test_map_in_map.c 	__uint(value_size, sizeof(__u32));
__uint             15 tools/testing/selftests/bpf/progs/test_map_lock.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             16 tools/testing/selftests/bpf/progs/test_map_lock.c 	__uint(max_entries, 1);
__uint             27 tools/testing/selftests/bpf/progs/test_map_lock.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             28 tools/testing/selftests/bpf/progs/test_map_lock.c 	__uint(max_entries, 1);
__uint             17 tools/testing/selftests/bpf/progs/test_obj_id.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             18 tools/testing/selftests/bpf/progs/test_obj_id.c 	__uint(max_entries, 1);
__uint              9 tools/testing/selftests/bpf/progs/test_perf_buffer.c 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
__uint             10 tools/testing/selftests/bpf/progs/test_perf_buffer.c 	__uint(key_size, sizeof(int));
__uint             11 tools/testing/selftests/bpf/progs/test_perf_buffer.c 	__uint(value_size, sizeof(int));
__uint             25 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
__uint             26 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(max_entries, 1);
__uint             27 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(key_size, sizeof(__u32));
__uint             28 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(value_size, sizeof(__u32));
__uint             32 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             33 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(max_entries, NR_RESULTS);
__uint             39 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             40 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(max_entries, 1);
__uint             46 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             47 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(max_entries, 1);
__uint             53 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             54 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 	__uint(max_entries, 1);
__uint              8 tools/testing/selftests/bpf/progs/test_send_signal_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint              9 tools/testing/selftests/bpf/progs/test_send_signal_kern.c 	__uint(max_entries, 1);
__uint             15 tools/testing/selftests/bpf/progs/test_send_signal_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             16 tools/testing/selftests/bpf/progs/test_send_signal_kern.c 	__uint(max_entries, 1);
__uint             31 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             32 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(max_entries, __NR_BPF_ADDR_ARRAY_IDX);
__uint             38 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             39 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(max_entries, __NR_BPF_RESULT_ARRAY_IDX);
__uint             45 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             46 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(max_entries, __NR_BPF_RESULT_ARRAY_IDX);
__uint             52 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             53 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(max_entries, __NR_BPF_LINUM_ARRAY_IDX);
__uint             64 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
__uint             65 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(map_flags, BPF_F_NO_PREALLOC);
__uint             71 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
__uint             72 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(map_flags, BPF_F_NO_PREALLOC);
__uint             14 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             15 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(max_entries, 1);
__uint             26 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
__uint             40 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             41 tools/testing/selftests/bpf/progs/test_spin_lock.c 	__uint(max_entries, 1);
__uint             12 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             13 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(max_entries, 1);
__uint             19 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             20 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(max_entries, 16384);
__uint             28 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
__uint             29 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(max_entries, 128);
__uint             30 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(map_flags, BPF_F_STACK_BUILD_ID);
__uint             31 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(key_size, sizeof(__u32));
__uint             32 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(value_size, sizeof(stack_trace_t));
__uint             36 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             37 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	__uint(max_entries, 128);
__uint             12 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             13 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(max_entries, 1);
__uint             19 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             20 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(max_entries, 16384);
__uint             28 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_STACK_TRACE);
__uint             29 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(max_entries, 16384);
__uint             30 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(key_size, sizeof(__u32));
__uint             31 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(value_size, sizeof(stack_trace_t));
__uint             35 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             36 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	__uint(max_entries, 16384);
__uint            152 tools/testing/selftests/bpf/progs/test_tcp_estats.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            153 tools/testing/selftests/bpf/progs/test_tcp_estats.c 	__uint(max_entries, 1024);
__uint             18 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             19 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 	__uint(max_entries, 4);
__uint             25 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             26 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 	__uint(max_entries, 2);
__uint             18 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             19 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(max_entries, 4);
__uint             25 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
__uint             26 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(max_entries, 2);
__uint             27 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(key_size, sizeof(int));
__uint             28 tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c 	__uint(value_size, sizeof(__u32));
__uint             26 tools/testing/selftests/bpf/progs/test_xdp.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             27 tools/testing/selftests/bpf/progs/test_xdp.c 	__uint(max_entries, 256);
__uint             33 tools/testing/selftests/bpf/progs/test_xdp.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             34 tools/testing/selftests/bpf/progs/test_xdp.c 	__uint(max_entries, MAX_IPTNL_ENTRIES);
__uint             22 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint             23 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	__uint(max_entries, 256);
__uint             29 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             30 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	__uint(max_entries, MAX_IPTNL_ENTRIES);
__uint            168 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint            169 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(max_entries, 512);
__uint            175 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_LRU_HASH);
__uint            176 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(max_entries, 300);
__uint            177 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(map_flags, 1U << 1);
__uint            183 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            184 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(max_entries, 12 * 655);
__uint            190 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            191 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(max_entries, 40);
__uint            197 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
__uint            198 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(max_entries, 515);
__uint            204 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint            205 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	__uint(max_entries, 16);
__uint              7 tools/testing/selftests/bpf/progs/xdp_redirect_map.c 	__uint(type, BPF_MAP_TYPE_DEVMAP);
__uint              8 tools/testing/selftests/bpf/progs/xdp_redirect_map.c 	__uint(max_entries, 8);
__uint              9 tools/testing/selftests/bpf/progs/xdp_redirect_map.c 	__uint(key_size, sizeof(int));
__uint             10 tools/testing/selftests/bpf/progs/xdp_redirect_map.c 	__uint(value_size, sizeof(int));
__uint             21 tools/testing/selftests/bpf/progs/xdping_kern.c 	__uint(type, BPF_MAP_TYPE_HASH);
__uint             22 tools/testing/selftests/bpf/progs/xdping_kern.c 	__uint(max_entries, 256);
__uint             14 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(type, MAP_TYPE);
__uint             15 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(max_entries, 32);
__uint             16 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(map_flags, 0);
__uint             17 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(key_size, 0);
__uint             18 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(value_size, sizeof(__u32));
__uint             22 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(type, MAP_TYPE);
__uint             23 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(max_entries, 32);
__uint             24 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(map_flags, 0);
__uint             25 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(key_size, 0);
__uint             26 tools/testing/selftests/bpf/test_queue_stack_map.h 	__uint(value_size, sizeof(__u32));
__uint             32 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, TEST_MAP_TYPE);
__uint             33 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 20);
__uint             34 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(key_size, sizeof(int));
__uint             35 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(value_size, sizeof(int));
__uint             39 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, TEST_MAP_TYPE);
__uint             40 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 20);
__uint             41 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(key_size, sizeof(int));
__uint             42 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(value_size, sizeof(int));
__uint             46 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, TEST_MAP_TYPE);
__uint             47 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 20);
__uint             48 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(key_size, sizeof(int));
__uint             49 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(value_size, sizeof(int));
__uint             53 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             54 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 1);
__uint             60 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             61 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 1);
__uint             67 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             68 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 6);
__uint             74 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             75 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 1);
__uint             81 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(type, BPF_MAP_TYPE_ARRAY);
__uint             82 tools/testing/selftests/bpf/test_sockmap_kern.h 	__uint(max_entries, 1);