Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dbpf.h1415 BPF_F_NO_USER_CONV = (1U << 18), enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1415 BPF_F_NO_USER_CONV = (1U << 18), enumerator
/linux/kernel/bpf/
H A Dverifier.c20708 (((struct bpf_map *)env->prog->aux->arena)->map_flags & BPF_F_NO_USER_CONV)) { in do_misc_fixups()