Home
last modified time | relevance | path

Searched refs:NUM_MAP (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_monitor_user.c50 #define NUM_MAP 5 macro
57 struct bpf_map *map_data[NUM_MAP] = {};
744 for (type = 0; type < NUM_MAP; type++) { in main()
H A Dxdp_redirect_cpu_user.c66 #define NUM_MAP 9 macro
68 static int map_fds[NUM_MAP];
708 for (type = 0; type < NUM_MAP; type++) { in init_map_fds()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c81 NUM_MAP, enumerator
150 struct datarec *sample_mmap[NUM_MAP];
151 struct bpf_map *sample_map[NUM_MAP];
152 size_t sample_map_count[NUM_MAP];
1367 for (int i = 0; i < NUM_MAP; i++) { in sample_exit()

Completed in 5 milliseconds