Searched refs:BPF_ST (Results 1 - 15 of 15) sorted by relevance

/external/strace/xlat/
H A Dbpf_class.h17 #if defined(BPF_ST) || (defined(HAVE_DECL_BPF_ST) && HAVE_DECL_BPF_ST)
18 XLAT(BPF_ST),
/external/iproute2/include/linux/
H A Dbpf_common.h8 #define BPF_ST 0x02 macro
/external/kernel-headers/original/uapi/linux/
H A Dbpf_common.h8 #define BPF_ST 0x02 macro
/external/iptables/include/linux/
H A Dfilter.h42 #define BPF_ST 0x02 macro
109 * Number of scratch memory words for: BPF_ST and BPF_STX
/external/libpcap/
H A Dbpf_image.c138 case BPF_ST:
H A Dgencode.c2188 s2 = new_stmt(BPF_ST);
2229 s2 = new_stmt(BPF_ST);
2290 s2 = new_stmt(BPF_ST);
2358 s2 = new_stmt(BPF_ST);
2443 s2 = new_stmt(BPF_ST);
2491 s2 = new_stmt(BPF_ST);
2580 s2 = new_stmt(BPF_ST);
5703 s[i] = new_stmt(BPF_ST);
5772 s[i] = new_stmt(BPF_ST);
6914 s = new_stmt(BPF_ST);
[all...]
H A Doptimize.c350 case BPF_ST:
391 case BPF_ST:
693 if (s->s.code == BPF_ST &&
1102 case BPF_ST:
/external/strace/
H A Dseccomp.c76 case BPF_ST:
/external/strace/tests/
H A Dseccomp-filter-v.c155 case BPF_ST:
156 tprintf("BPF_STMT(BPF_ST, %#x)", i << 16);
/external/strace/tests-m32/
H A Dseccomp-filter-v.c155 case BPF_ST:
156 tprintf("BPF_STMT(BPF_ST, %#x)", i << 16);
/external/strace/tests-mx32/
H A Dseccomp-filter-v.c155 case BPF_ST:
156 tprintf("BPF_STMT(BPF_ST, %#x)", i << 16);
/external/minijail/
H A Dbpf.c55 set_bpf_stmt(curr_block++, BPF_ST, 0); /* lo -> M[0] */
57 set_bpf_stmt(curr_block++, BPF_ST, 1); /* hi -> M[1] */
H A Dsyscall_filter_unittest.cc117 EXPECT_EQ_STMT(&load_arg[1], BPF_ST, 0);
119 EXPECT_EQ_STMT(&load_arg[3], BPF_ST, 1);
199 EXPECT_EQ_STMT(&arg_comp[1], BPF_ST, 0);
201 EXPECT_EQ_STMT(&arg_comp[3], BPF_ST, 1);
/external/libpcap/pcap/
H A Dbpf.h1366 #define BPF_ST 0x02 macro
1510 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
/external/libpcap/bpf/net/
H A Dbpf_filter.c440 case BPF_ST:
672 case BPF_ST:

Completed in 1950 milliseconds