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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c6602 } global_ctx_map[] = { variable in typeref:struct:__anon173
6802 for (i = 0; i < ARRAY_SIZE(global_ctx_map); i++) {
6803 if (global_ctx_map[i].prog_type != prog->type)
6805 ctx_name = global_ctx_map[i].ctx_name;

Completed in 237 milliseconds