Searched refs:BPF_FS_MAGIC (Results 1 – 12 of 12) sorted by relevance
/external/iproute2/include/ |
D | bpf_util.h | 34 #ifndef BPF_FS_MAGIC 35 # define BPF_FS_MAGIC 0xcafe4a11 macro
|
/external/iproute2/include/uapi/linux/ |
D | magic.h | 84 #define BPF_FS_MAGIC 0xcafe4a11 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | magic.h | 95 #define BPF_FS_MAGIC 0xcafe4a11 macro
|
/external/strace/xlat/ |
D | fsmagic.in | 97 { 0xcafe4a11, "BPF_FS_MAGIC" },
|
/external/bpftool/src/ |
D | common.c | 31 #ifndef BPF_FS_MAGIC 32 #define BPF_FS_MAGIC 0xcafe4a11 macro 119 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
|
/external/iptables/extensions/ |
D | libxt_bpf.c | 66 #if defined HAVE_LINUX_BPF_H && defined __NR_bpf && defined BPF_FS_MAGIC in bpf_obj_get_readonly()
|
/external/bcc/src/cc/ |
D | libbpf.c | 98 #ifndef BPF_FS_MAGIC 99 #define BPF_FS_MAGIC 0xcafe4a11 macro 1756 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in bcc_check_bpffs_path()
|
/external/rust/crates/nix/src/sys/ |
D | statfs.rs | 114 pub const BPF_FS_MAGIC: FsType = FsType(libc::BPF_FS_MAGIC as fs_type_t); constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1389 pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; constant 1443 pub const BPF_FS_MAGIC: ::c_uint = 0xcafe4a11; constant
|
/external/iproute2/lib/ |
D | bpf.c | 751 mnt = bpf_find_mntpt_single(BPF_FS_MAGIC, bpf_tmp, in bpf_get_work_dir() 754 mnt = bpf_find_mntpt("bpf", BPF_FS_MAGIC, bpf_tmp, in bpf_get_work_dir()
|
/external/libbpf/src/ |
D | libbpf.c | 59 #ifndef BPF_FS_MAGIC 60 #define BPF_FS_MAGIC 0xcafe4a11 macro 7600 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()
|
/external/strace/ |
D | ChangeLog | 27609 * xlat/fsmagic.in: Add NSFS_MAGIC, TRACEFS_MAGIC, BPF_FS_MAGIC,
|