Home
last modified time | relevance | path

Searched refs:NUM_MAP (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/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()