Searched refs:BPF_A (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | bpf_rval.h | 20 #if defined(BPF_A) || (defined(HAVE_DECL_BPF_A) && HAVE_DECL_BPF_A) 22 static_assert((BPF_A) == (0x10), "BPF_A != 0x10"); 25 # define BPF_A 0x10 40 XLAT(BPF_A),
|
D | bpf_rval.in | 3 BPF_A 0x10
|
/external/iproute2/include/uapi/linux/ |
D | filter.h | 38 #define BPF_A 0x10 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | filter.h | 38 #define BPF_A 0x10 macro
|
/external/iptables/include/linux/ |
D | filter.h | 87 #define BPF_A 0x10 macro
|
/external/libpcap/pcap/ |
D | bpf.h | 192 #define BPF_A 0x10 macro
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf.c | 141 { BPF_RET | BPF_A, 0, 0, 0 }, in attach_cbpf() 348 struct sock_filter ccode[] = {{ BPF_RET | BPF_A, 0, 0, 0 }}; in test_filter_no_reuseport()
|
D | reuseport_bpf_cpu.c | 83 { BPF_RET | BPF_A, 0, 0, 0 }, in attach_bpf()
|
D | psock_fanout.c | 102 BPF_STMT(BPF_RET+BPF_A, 0), /* ret A */ in sock_fanout_set_cbpf()
|
/external/libpcap/ |
D | bpf_image.c | 59 case BPF_RET|BPF_A: in bpf_image()
|
D | bpf_filter.c | 143 case BPF_RET|BPF_A: in bpf_filter_with_aux_data()
|
D | optimize.c | 492 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()
|
/external/crosvm/net_sys/src/ |
D | if_tun.rs | 171 pub const BPF_A: ::std::os::raw::c_uint = 16; constant
|