Searched refs:stats_global_map (Results 1 – 2 of 2) sorted by relevance
39 struct bpf_map_def SEC("maps") stats_global_map = {84 rec = bpf_map_lookup_elem(&stats_global_map, &key); in xdp_prognum0()
36 static struct bpf_map *stats_global_map; variable295 fd = bpf_map__fd(stats_global_map); in stats_collect()493 stats_global_map = bpf_map__next(map, obj); in main()494 rx_queue_index_map = bpf_map__next(stats_global_map, obj); in main()495 if (!map || !stats_global_map || !rx_queue_index_map) { in main()