Home
last modified time | relevance | path

Searched refs:BPF_RSH (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_exec.c169 case (BPF_ALU | BPF_RSH | BPF_K): in bpf_exec()
203 case (BPF_ALU | BPF_RSH | BPF_X): in bpf_exec()
248 case (EBPF_ALU64 | BPF_RSH | BPF_K): in bpf_exec()
285 case (EBPF_ALU64 | BPF_RSH | BPF_X): in bpf_exec()
H A Dbpf_def.h72 #define BPF_RSH 0x70 macro
H A Dbpf_dump.c25 [BPF_LSH >> 4] = "lsh", [BPF_RSH >> 4] = "rsh",
H A Dbpf_convert.c321 case BPF_ALU | BPF_RSH | BPF_X: in bpf_convert_filter()
322 case BPF_ALU | BPF_RSH | BPF_K: in bpf_convert_filter()
H A Dbpf_jit_x86.c418 [GET_BPF_OP(BPF_RSH)] = 5, in emit_shift()
1315 case (BPF_ALU | BPF_RSH | BPF_K): in emit()
1330 case (BPF_ALU | BPF_RSH | BPF_X): in emit()
1354 case (EBPF_ALU64 | BPF_RSH | BPF_K): in emit()
1370 case (EBPF_ALU64 | BPF_RSH | BPF_X): in emit()
H A Dbpf_jit_arm64.c1266 case BPF_ALU | BPF_RSH | BPF_X: in emit()
1267 case EBPF_ALU64 | BPF_RSH | BPF_X: in emit()
1271 case BPF_ALU | BPF_RSH | BPF_K: in emit()
1272 case EBPF_ALU64 | BPF_RSH | BPF_K: in emit()
H A Dbpf_validate.c679 else if (op == BPF_RSH) in eval_alu()
1165 [(BPF_ALU | BPF_RSH | BPF_K)] = {
1232 [(EBPF_ALU64 | BPF_RSH | BPF_K)] = {
1305 [(BPF_ALU | BPF_RSH | BPF_X)] = {
1392 [(EBPF_ALU64 | BPF_RSH | BPF_X)] = {
/dpdk/app/test/
H A Dtest_bpf.c582 .code = (BPF_ALU | BPF_RSH | BPF_X),
2352 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),
2397 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),
2577 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),
2841 .code = (EBPF_ALU64 | BPF_RSH | BPF_K),