Searched refs:BPF_FS_MAGIC (Results 1 – 3 of 3) sorted by relevance
45 #ifndef BPF_FS_MAGIC46 #define BPF_FS_MAGIC 0xcafe4a11 macro
37 #ifndef BPF_FS_MAGIC38 #define BPF_FS_MAGIC 0xcafe4a11 macro79 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
59 #ifndef BPF_FS_MAGIC60 #define BPF_FS_MAGIC 0xcafe4a11 macro8731 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()
Completed in 46 milliseconds