Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dcommon.c39 #ifndef BPF_FS_MAGIC
40 #define BPF_FS_MAGIC 0xcafe4a11 macro
81 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/linux/tools/lib/bpf/
H A Dlibbpf.c58 #ifndef BPF_FS_MAGIC
59 #define BPF_FS_MAGIC 0xcafe4a11 macro
9226 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()