Home
last modified time | relevance | path

Searched refs:BPF_TAX (Results 1 – 25 of 39) sorted by relevance

12

/external/strace/xlat/
Dbpf_miscop.h6 #if defined(BPF_TAX) || (defined(HAVE_DECL_BPF_TAX) && HAVE_DECL_BPF_TAX)
8 static_assert((BPF_TAX) == (0x00), "BPF_TAX != 0x00");
11 # define BPF_TAX 0x00
31 XLAT(BPF_TAX),
Dbpf_miscop.in1 BPF_TAX 0x00
/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/iproute2/include/uapi/linux/
Dfilter.h42 #define BPF_TAX 0x00 macro
/external/kernel-headers/original/uapi/linux/
Dfilter.h42 #define BPF_TAX 0x00 macro
/external/iptables/include/linux/
Dfilter.h91 #define BPF_TAX 0x00 macro
/external/libpcap/pcap/
Dbpf.h197 #define BPF_TAX 0x00 macro
/external/libpcap/
Dbpf_image.c312 case BPF_MISC|BPF_TAX: in bpf_image()
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()
5948 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
6008 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
6023 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
[all …]
Dbpf_filter.c387 case BPF_MISC|BPF_TAX: in bpf_filter_with_aux_data()
Doptimize.c546 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()
817 next->s.code = BPF_MISC|BPF_TAX; in opt_peep()
824 next->s.code == (BPF_MISC|BPF_TAX)) { in opt_peep()
863 if (tax == 0 || tax->s.code != (BPF_MISC|BPF_TAX)) in opt_peep()
1209 case BPF_MISC|BPF_TAX: in opt_stmt()
/external/libnetfilter_conntrack/src/conntrack/
Dbsf.c55 case BPF_MISC|BPF_TAX:
227 .code = BPF_MISC|BPF_TAX, in nfct_bsf_x_equal_a()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go157 BPF_TAX = 0x0 const
Dzerrors_dragonfly_amd64.go138 BPF_TAX = 0x0 const
Dzerrors_openbsd_arm.go142 BPF_TAX = 0x0 const
Dzerrors_openbsd_amd64.go143 BPF_TAX = 0x0 const
Dzerrors_openbsd_386.go142 BPF_TAX = 0x0 const
Dzerrors_darwin_386.go217 BPF_TAX = 0x0 const
Dzerrors_darwin_arm64.go217 BPF_TAX = 0x0 const
Dzerrors_darwin_amd64.go217 BPF_TAX = 0x0 const
Dzerrors_netbsd_arm.go146 BPF_TAX = 0x0 const
Dzerrors_darwin_arm.go217 BPF_TAX = 0x0 const
Dzerrors_freebsd_386.go204 BPF_TAX = 0x0 const
Dzerrors_freebsd_arm.go204 BPF_TAX = 0x0 const
Dzerrors_netbsd_386.go146 BPF_TAX = 0x0 const

12