Searched refs:BPF_TAX (Results 1 – 25 of 39) sorted by relevance
12
/external/strace/xlat/ |
D | bpf_miscop.h | 6 #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),
|
D | bpf_miscop.in | 1 BPF_TAX 0x00
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 182 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/ |
D | filter.h | 42 #define BPF_TAX 0x00 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | filter.h | 42 #define BPF_TAX 0x00 macro
|
/external/iptables/include/linux/ |
D | filter.h | 91 #define BPF_TAX 0x00 macro
|
/external/libpcap/pcap/ |
D | bpf.h | 197 #define BPF_TAX 0x00 macro
|
/external/libpcap/ |
D | bpf_image.c | 312 case BPF_MISC|BPF_TAX: in bpf_image()
|
D | gencode.c | 1782 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 …]
|
D | bpf_filter.c | 387 case BPF_MISC|BPF_TAX: in bpf_filter_with_aux_data()
|
D | optimize.c | 546 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/ |
D | bsf.c | 55 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/ |
D | zerrors_solaris_amd64.go | 157 BPF_TAX = 0x0 const
|
D | zerrors_dragonfly_amd64.go | 138 BPF_TAX = 0x0 const
|
D | zerrors_openbsd_arm.go | 142 BPF_TAX = 0x0 const
|
D | zerrors_openbsd_amd64.go | 143 BPF_TAX = 0x0 const
|
D | zerrors_openbsd_386.go | 142 BPF_TAX = 0x0 const
|
D | zerrors_darwin_386.go | 217 BPF_TAX = 0x0 const
|
D | zerrors_darwin_arm64.go | 217 BPF_TAX = 0x0 const
|
D | zerrors_darwin_amd64.go | 217 BPF_TAX = 0x0 const
|
D | zerrors_netbsd_arm.go | 146 BPF_TAX = 0x0 const
|
D | zerrors_darwin_arm.go | 217 BPF_TAX = 0x0 const
|
D | zerrors_freebsd_386.go | 204 BPF_TAX = 0x0 const
|
D | zerrors_freebsd_arm.go | 204 BPF_TAX = 0x0 const
|
D | zerrors_netbsd_386.go | 146 BPF_TAX = 0x0 const
|
12