Searched refs:MAX_USED_MAPS (Results 1 – 1 of 1) sorted by relevance
189 #define MAX_USED_MAPS 64 /* max number of maps accessed by one eBPF program */ macro200 struct bpf_map *used_maps[MAX_USED_MAPS]; /* array of map's used by eBPF program */2032 if (env->used_map_cnt >= MAX_USED_MAPS) { in replace_map_fd_with_map_ptr()