Home
last modified time | relevance | path

Searched refs:BPF_MSH (Results 1 – 25 of 44) sorted by relevance

12

/external/strace/xlat/
Dbpf_mode.h41 #if defined(BPF_MSH) || (defined(HAVE_DECL_BPF_MSH) && HAVE_DECL_BPF_MSH)
43 static_assert((BPF_MSH) == (0xa0), "BPF_MSH != 0xa0");
46 # define BPF_MSH 0xa0
71 XLAT(BPF_MSH),
Dbpf_mode.in6 BPF_MSH 0xa0
/external/bcc/src/cc/compat/linux/
Dbpf_common.h26 #define BPF_MSH 0xa0 macro
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h28 #define BPF_MSH 0xa0 macro
/external/iproute2/include/uapi/linux/
Dbpf_common.h27 #define BPF_MSH 0xa0 macro
/external/elfutils/lib/
Dbpf.h40 #define BPF_MSH 0xa0 macro
/external/iptables/include/linux/
Dfilter.h60 #define BPF_MSH 0xa0 macro
/external/libpcap/
Dbpf_filter.c222 case BPF_LDX|BPF_MSH|BPF_B: in bpf_filter_with_aux_data()
439 case BPF_MSH: in bpf_validate()
Dbpf_image.c117 case BPF_LDX|BPF_MSH|BPF_B: in bpf_image()
Doptimize.c851 if (next->s.code != (BPF_LDX|BPF_MSH|BPF_B)) in opt_peep()
1089 case BPF_LDX|BPF_MSH|BPF_B: in opt_stmt()
/external/libpcap/pcap/
Dbpf.h147 #define BPF_MSH 0xa0 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/Disassembler/
DBPFDisassembler.cpp62 BPF_MSH = 0x5, enumerator
/external/minijail/tools/
Dbpf.py50 BPF_MSH = 0xa0 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go147 BPF_MSH = 0xa0 const
Dzerrors_openbsd_386.go132 BPF_MSH = 0xa0 const
Dzerrors_openbsd_amd64.go133 BPF_MSH = 0xa0 const
Dzerrors_dragonfly_amd64.go128 BPF_MSH = 0xa0 const
Dzerrors_openbsd_arm.go132 BPF_MSH = 0xa0 const
Dzerrors_darwin_arm64.go207 BPF_MSH = 0xa0 const
Dzerrors_darwin_386.go207 BPF_MSH = 0xa0 const
Dzerrors_darwin_arm.go207 BPF_MSH = 0xa0 const
Dzerrors_darwin_amd64.go207 BPF_MSH = 0xa0 const
Dzerrors_netbsd_amd64.go136 BPF_MSH = 0xa0 const
Dzerrors_netbsd_386.go136 BPF_MSH = 0xa0 const
Dzerrors_freebsd_arm.go194 BPF_MSH = 0xa0 const

12