Home
last modified time | relevance | path

Searched refs:BPF_OP (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/include/linux/
H A Dfilter.h18 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
26 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
120 .code = BPF_JMP | BPF_OP(OP) | BPF_K, \
128 .code = BPF_JMP32 | BPF_OP(OP) | BPF_K, \
/third_party/ltp/include/lapi/
H A Dbpf.h38 #define BPF_OP(code) ((code) & 0xf0) macro
482 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
490 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
498 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
506 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
575 .code = BPF_JMP | BPF_OP(OP) | BPF_K, \
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h31 #define BPF_OP(code) ((code) & 0xf0) macro
/third_party/libbpf/src/
H A Dlibbpf.c772 BPF_OP(insn->code) == BPF_CALL && in insn_is_subprog_call()
7218 BPF_OP(insn->code) == BPF_CALL &&

Completed in 18 milliseconds