Home
last modified time | relevance | path

Searched refs:BPF_IND (Results 1 – 25 of 55) sorted by relevance

123

/external/strace/xlat/
Debpf_mode.h20 #if defined(BPF_IND) || (defined(HAVE_DECL_BPF_IND) && HAVE_DECL_BPF_IND)
22 static_assert((BPF_IND) == (0x40), "BPF_IND != 0x40");
25 # define BPF_IND 0x40
54 XLAT(BPF_IND),
Dbpf_mode.h20 #if defined(BPF_IND) || (defined(HAVE_DECL_BPF_IND) && HAVE_DECL_BPF_IND)
22 static_assert((BPF_IND) == (0x40), "BPF_IND != 0x40");
25 # define BPF_IND 0x40
68 XLAT(BPF_IND),
Debpf_mode.in3 BPF_IND 0x40
Dbpf_mode.in3 BPF_IND 0x40
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c197 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 0),
212 BPF_STMT(BPF_LD | BPF_H | BPF_IND, 0),
224 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 0),
231 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 1),
241 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 0),
263 BPF_STMT(BPF_LD | BPF_W | BPF_IND, 0),
265 BPF_STMT(BPF_LD | BPF_W | BPF_IND, 4),
/external/libpcap/
Dbpf_filter.c196 case BPF_LD|BPF_W|BPF_IND: in bpf_filter_with_aux_data()
205 case BPF_LD|BPF_H|BPF_IND: in bpf_filter_with_aux_data()
214 case BPF_LD|BPF_B|BPF_IND: in bpf_filter_with_aux_data()
438 case BPF_IND: in bpf_validate()
Dbpf_image.c87 case BPF_LD|BPF_W|BPF_IND: in bpf_image()
93 case BPF_LD|BPF_H|BPF_IND: in bpf_image()
99 case BPF_LD|BPF_B|BPF_IND: in bpf_image()
Doptimize.c497 return (BPF_MODE(c) == BPF_IND) ? X_ATOM : in atomuse()
872 BPF_MODE(ild->s.code) != BPF_IND) in opt_peep()
1059 case BPF_LD|BPF_IND|BPF_W: in opt_stmt()
1060 case BPF_LD|BPF_IND|BPF_H: in opt_stmt()
1061 case BPF_LD|BPF_IND|BPF_B: in opt_stmt()
Dgencode.c1649 s2 = new_stmt(cstate, BPF_LD|BPF_IND|size); in gen_load_absoffsetrel()
1727 s2 = new_stmt(cstate, BPF_LD|BPF_IND|size); in gen_load_a()
1765 s2 = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B); in gen_loadx_iphdrlen()
2584 s2 = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B); in gen_load_802_11_header_len()
5924 s[i] = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B); in gen_protochain()
5932 s[i] = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B); in gen_protochain()
5993 s[i] = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B); in gen_protochain()
6011 s[i] = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B); in gen_protochain()
6955 tmp = new_stmt(cstate, BPF_LD|BPF_IND|size); in gen_load()
6997 tmp = new_stmt(cstate, BPF_LD|BPF_IND|size); in gen_load()
[all …]
/external/libnetfilter_conntrack/src/conntrack/
Dbsf.c61 case BPF_LD|BPF_B|BPF_IND:
64 case BPF_LD|BPF_H|BPF_IND:
67 case BPF_LD|BPF_W|BPF_IND:
248 .code = BPF_LD|word_size|BPF_IND, in nfct_bsf_load_attr()
262 .code = BPF_LD|word_size|BPF_IND, in nfct_bsf_load_attr_offset()
303 .code = BPF_LD|BPF_B|BPF_IND, in bsf_cmp_subsys()
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h25 #define BPF_IND 0x40 macro
/external/bcc/src/cc/compat/linux/
Dbpf_common.h23 #define BPF_IND 0x40 macro
/external/iproute2/include/uapi/linux/
Dbpf_common.h24 #define BPF_IND 0x40 macro
/external/elfutils/lib/
Dbpf.h37 #define BPF_IND 0x40 macro
/external/iptables/include/linux/
Dfilter.h57 #define BPF_IND 0x40 macro
/external/libpcap/pcap/
Dbpf.h144 #define BPF_IND 0x40 macro
/external/elfutils/libcpu/
Dbpf_disasm.c452 case BPF_LD | BPF_IND | BPF_B: in bpf_disasm()
455 case BPF_LD | BPF_IND | BPF_H: in bpf_disasm()
458 case BPF_LD | BPF_IND | BPF_W: in bpf_disasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrFormats.td87 def BPF_IND : BPFModeModifer<0x2>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/Disassembler/
DBPFDisassembler.cpp59 BPF_IND = 0x2, enumerator
/external/iputils/
Dping.c1377 BPF_STMT(BPF_LD|BPF_H|BPF_IND, 4), /* Load icmp echo ident */ in install_filter()
1380 BPF_STMT(BPF_LD|BPF_B|BPF_IND, 0), /* Load icmp type */ in install_filter()
/external/syzkaller/sys/linux/
Dbpf.txt146 define BPF_IND0 BPF_IND >> 5
/external/minijail/tools/
Dbpf.py47 BPF_IND = 0x40 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go127 BPF_IND = 0x40 const
Dzerrors_dragonfly_amd64.go107 BPF_IND = 0x40 const
Dzerrors_openbsd_arm.go112 BPF_IND = 0x40 const

123