Searched refs:BPF_FS_MAGIC (Results 1 – 2 of 2) sorted by relevance
39 #ifndef BPF_FS_MAGIC40 #define BPF_FS_MAGIC 0xcafe4a11 macro81 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
58 #ifndef BPF_FS_MAGIC59 #define BPF_FS_MAGIC 0xcafe4a11 macro9226 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()