Home
last modified time | relevance | path

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

/external/iproute2/include/
Dbpf_util.h34 #ifndef BPF_FS_MAGIC
35 # define BPF_FS_MAGIC 0xcafe4a11 macro
/external/iproute2/include/uapi/linux/
Dmagic.h84 #define BPF_FS_MAGIC 0xcafe4a11 macro
/external/kernel-headers/original/uapi/linux/
Dmagic.h95 #define BPF_FS_MAGIC 0xcafe4a11 macro
/external/strace/xlat/
Dfsmagic.in97 { 0xcafe4a11, "BPF_FS_MAGIC" },
/external/bpftool/src/
Dcommon.c31 #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/
Dlibxt_bpf.c66 #if defined HAVE_LINUX_BPF_H && defined __NR_bpf && defined BPF_FS_MAGIC in bpf_obj_get_readonly()
/external/bcc/src/cc/
Dlibbpf.c98 #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/
Dstatfs.rs114 pub const BPF_FS_MAGIC: FsType = FsType(libc::BPF_FS_MAGIC as fs_type_t); constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1389 pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; constant
1443 pub const BPF_FS_MAGIC: ::c_uint = 0xcafe4a11; constant
/external/iproute2/lib/
Dbpf.c751 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/
Dlibbpf.c59 #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/
DChangeLog27609 * xlat/fsmagic.in: Add NSFS_MAGIC, TRACEFS_MAGIC, BPF_FS_MAGIC,