Searched refs:__bpf_prog_meta (Results 1 – 1 of 1) sorted by relevance
65 static const struct bpf_prog_meta __bpf_prog_meta[] = { variable102 assert(type < ARRAY_SIZE(__bpf_prog_meta) && in bpf_prog_to_subdir()103 __bpf_prog_meta[type].subdir); in bpf_prog_to_subdir()104 return __bpf_prog_meta[type].subdir; in bpf_prog_to_subdir()109 assert(type < ARRAY_SIZE(__bpf_prog_meta) && in bpf_prog_to_default_section()110 __bpf_prog_meta[type].section); in bpf_prog_to_default_section()111 return __bpf_prog_meta[type].section; in bpf_prog_to_default_section()858 for (i = 0; i < ARRAY_SIZE(__bpf_prog_meta); in bpf_parse()860 if (!__bpf_prog_meta[i].type) in bpf_parse()863 __bpf_prog_meta[i].type)) { in bpf_parse()[all …]