Home
last modified time | relevance | path

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

/tools/lib/api/fs/
A Dfs.c45 #ifndef BPF_FS_MAGIC
46 #define BPF_FS_MAGIC 0xcafe4a11 macro
/tools/bpf/bpftool/
A Dcommon.c37 #ifndef BPF_FS_MAGIC
38 #define BPF_FS_MAGIC 0xcafe4a11 macro
79 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/tools/lib/bpf/
A Dlibbpf.c59 #ifndef BPF_FS_MAGIC
60 #define BPF_FS_MAGIC 0xcafe4a11 macro
8731 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()

Completed in 46 milliseconds