Home
last modified time | relevance | path

Searched refs:BPF_MISC (Results 1 – 25 of 46) sorted by relevance

12

/external/strace/xlat/
Dbpf_class.h55 #if defined(BPF_MISC) || (defined(HAVE_DECL_BPF_MISC) && HAVE_DECL_BPF_MISC)
57 static_assert((BPF_MISC) == (0x7), "BPF_MISC != 0x7");
60 # define BPF_MISC 0x7
80 [BPF_MISC] = XLAT(BPF_MISC),
Dbpf_class.in9 BPF_MISC 0x7
/external/libpcap/
Dbpf_filter.c387 case BPF_MISC|BPF_TAX: in bpf_filter_with_aux_data()
391 case BPF_MISC|BPF_TXA: in bpf_filter_with_aux_data()
532 case BPF_MISC: in bpf_validate()
Dbpf_image.c312 case BPF_MISC|BPF_TAX: in bpf_image()
317 case BPF_MISC|BPF_TXA: in bpf_image()
Doptimize.c512 case BPF_MISC: in atomuse()
545 case BPF_MISC: in atomdef()
817 next->s.code = BPF_MISC|BPF_TAX; in opt_peep()
824 next->s.code == (BPF_MISC|BPF_TAX)) { in opt_peep()
826 next->s.code = BPF_MISC|BPF_TXA; in opt_peep()
863 if (tax == 0 || tax->s.code != (BPF_MISC|BPF_TAX)) in opt_peep()
1176 s->code = BPF_MISC|BPF_TXA; in opt_stmt()
1195 case BPF_MISC|BPF_TXA: in opt_stmt()
1209 case BPF_MISC|BPF_TAX: in opt_stmt()
Dgencode.c1782 sappend(s, new_stmt(cstate, BPF_MISC|BPF_TAX)); in gen_loadx_iphdrlen()
2332 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_prism_llprefixlen()
2372 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_avs_llprefixlen()
2409 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_radiotap_llprefixlen()
2433 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_radiotap_llprefixlen()
2477 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_ppi_llprefixlen()
2501 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_ppi_llprefixlen()
2575 s2 = new_stmt(cstate, BPF_MISC|BPF_TXA); in gen_load_802_11_header_len()
5948 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
5990 s[i - 1]->s.jt = s[i] = new_stmt(cstate, BPF_MISC|BPF_TXA); in gen_protochain()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c182 BPF_STMT(BPF_MISC| BPF_TAX, 0),
190 BPF_STMT(BPF_MISC| BPF_TAX, 0),
251 BPF_STMT(BPF_MISC | BPF_TAX, 0),
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h14 #define BPF_MISC 0x07 macro
/external/bcc/src/cc/compat/linux/
Dbpf_common.h13 #define BPF_MISC 0x07 macro
/external/iproute2/include/uapi/linux/
Dbpf_common.h14 #define BPF_MISC 0x07 macro
/external/elfutils/lib/
Dbpf.h17 #define BPF_MISC 0x07 macro
/external/iptables/include/linux/
Dfilter.h47 #define BPF_MISC 0x07 macro
/external/libnetfilter_conntrack/src/conntrack/
Dbsf.c55 case BPF_MISC|BPF_TAX:
58 case BPF_MISC|BPF_TXA:
227 .code = BPF_MISC|BPF_TAX, in nfct_bsf_x_equal_a()
237 .code = BPF_MISC|BPF_TXA, in nfct_bsf_a_equal_x()
/external/libpcap/pcap/
Dbpf.h133 #define BPF_MISC 0x07 macro
/external/strace/
Dbpf_filter.c84 case BPF_MISC: /* BPF_ALU64 in eBPF */ in print_bpf_filter_code()
/external/strace/tests-mx32/
Dseccomp-filter-v.c168 case BPF_MISC: in main()
/external/strace/tests/
Dseccomp-filter-v.c168 case BPF_MISC: in main()
/external/strace/tests-m32/
Dseccomp-filter-v.c168 case BPF_MISC: in main()
/external/minijail/tools/
Dbpf.py37 BPF_MISC = 0x07 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go146 BPF_MISC = 0x7 const
Dzerrors_dragonfly_amd64.go127 BPF_MISC = 0x7 const
Dzerrors_openbsd_arm.go131 BPF_MISC = 0x7 const
Dzerrors_openbsd_amd64.go132 BPF_MISC = 0x7 const
Dzerrors_openbsd_386.go131 BPF_MISC = 0x7 const
Dzerrors_darwin_386.go206 BPF_MISC = 0x7 const

12