Searched refs:BPF_MSH (Results 1 – 19 of 19) sorted by relevance
/external/strace/xlat/ |
D | bpf_mode.h | 41 #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),
|
D | bpf_mode.in | 6 BPF_MSH 0xa0
|
/external/bcc/src/cc/compat/linux/ |
D | bpf_common.h | 28 #define BPF_MSH 0xa0 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf_common.h | 28 #define BPF_MSH 0xa0 macro
|
/external/iproute2/include/uapi/linux/ |
D | bpf_common.h | 27 #define BPF_MSH 0xa0 macro
|
/external/elfutils/lib/ |
D | bpf.h | 40 #define BPF_MSH 0xa0 macro
|
/external/iptables/include/linux/ |
D | filter.h | 60 #define BPF_MSH 0xa0 macro
|
/external/libpcap/pcap/ |
D | bpf.h | 160 #define BPF_MSH 0xa0 macro
|
/external/libpcap/ |
D | bpf_filter.c | 205 case BPF_LDX|BPF_MSH|BPF_B: in pcap_filter_with_aux_data() 430 case BPF_MSH: in pcap_validate_filter()
|
D | bpf_image.c | 209 case BPF_LDX|BPF_MSH|BPF_B: in bpf_image()
|
D | optimize.c | 969 if (next->s.code != (BPF_LDX|BPF_MSH|BPF_B)) in opt_peep() 1235 case BPF_LDX|BPF_MSH|BPF_B: in opt_stmt()
|
D | pcap-linux.c | 5138 case BPF_MSH: in fix_program()
|
D | gencode.c | 1910 s = new_stmt(cstate, BPF_LDX|BPF_MSH|BPF_B); in gen_loadx_iphdrlen() 6103 s[i] = new_stmt(cstate, BPF_LDX|BPF_MSH|BPF_B); in gen_protochain()
|
/external/llvm-project/llvm/lib/Target/BPF/Disassembler/ |
D | BPFDisassembler.cpp | 60 BPF_MSH = 0x5, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/ |
D | BPFDisassembler.cpp | 60 BPF_MSH = 0x5, enumerator
|
/external/minijail/tools/ |
D | bpf.py | 50 BPF_MSH = 0xa0 variable
|
/external/crosvm/net_sys/src/ |
D | if_tun.rs | 149 pub const BPF_MSH: ::std::os::raw::c_uint = 160; constant
|
/external/iputils/ |
D | ping.c | 1376 BPF_STMT(BPF_LDX|BPF_B|BPF_MSH, 0), /* Skip IP header. F..g BSD... Look into ping6. */ in install_filter()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 244 BPF_STMT(BPF_LDX|BPF_B|BPF_MSH, 0), BPF_STMT(BPF_LD|BPF_H|BPF_IND, 2),
|