Home
last modified time | relevance | path

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

/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/iproute2/include/uapi/linux/
Dfilter.h42 #define BPF_TAX 0x00 macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c185 BPF_STMT(BPF_MISC| BPF_TAX, 0),
193 BPF_STMT(BPF_MISC| BPF_TAX, 0),
254 BPF_STMT(BPF_MISC | BPF_TAX, 0),
/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.h210 #define BPF_TAX 0x00 macro
/external/libpcap/
Dbpf_image.c404 case BPF_MISC|BPF_TAX: in bpf_image()
Dbpf_filter.c379 case BPF_MISC|BPF_TAX: in pcap_filter_with_aux_data()
Dgencode.c1896 sappend(s, new_stmt(cstate, BPF_MISC|BPF_TAX)); in gen_loadx_iphdrlen()
2442 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_prism_llprefixlen()
2482 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_avs_llprefixlen()
2519 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_radiotap_llprefixlen()
2543 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_radiotap_llprefixlen()
2587 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_ppi_llprefixlen()
2611 s2 = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_load_ppi_llprefixlen()
6212 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
6272 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
6287 s[i] = new_stmt(cstate, BPF_MISC|BPF_TAX); in gen_protochain()
[all …]
Doptimize.c606 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()
931 next->s.code = BPF_MISC|BPF_TAX; in opt_peep()
938 next->s.code == (BPF_MISC|BPF_TAX)) { in opt_peep()
981 if (tax == 0 || tax->s.code != (BPF_MISC|BPF_TAX)) in opt_peep()
1397 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/crosvm/net_sys/src/
Dif_tun.rs172 pub const BPF_TAX: ::std::os::raw::c_uint = 0; constant