Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dinode.c1053 const char *enum_pfx; in bpf_init_fs_context()
1065 enum_pfx = "BPF_";
1070 enum_pfx = "BPF_MAP_TYPE_"; in bpf_kill_super()
1075 enum_pfx = "BPF_PROG_TYPE_";
1080 enum_pfx = "BPF_";
1090 } else if (find_btf_enum_const(info.btf, enum_t, enum_pfx, p, &val)) { in bpf_init()
868 const char *enum_pfx; bpf_parse_param() local