Home
last modified time | relevance | path

Searched refs:BPF_OP (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
A Dfilter.h36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
230 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \
240 .code = BPF_JMP32 | BPF_OP(OP) | BPF_X, \
250 .code = BPF_JMP | BPF_OP(OP) | BPF_K, \
260 .code = BPF_JMP32 | BPF_OP(OP) | BPF_K, \
/tools/include/uapi/linux/
A Dbpf_common.h31 #define BPF_OP(code) ((code) & 0xf0) macro
/tools/bpf/bpftool/
A Dcfg.c179 __u8 opcode = BPF_OP(cur->code); in func_partition_bb_head()
305 BPF_OP(insn->code) == BPF_CALL || in func_add_bb_edges()
306 BPF_OP(insn->code) == BPF_EXIT) { in func_add_bb_edges()
311 } else if (BPF_OP(insn->code) == BPF_JA) { in func_add_bb_edges()
/tools/bpf/
A Dbpf_dbg.c431 if ((BPF_CLASS(f.code) == BPF_JMP && BPF_OP(f.code) != BPF_JA)) in bpf_disasm()
/tools/lib/bpf/
A Dlibbpf.c789 BPF_OP(insn->code) == BPF_CALL && in insn_is_subprog_call()
7359 BPF_OP(insn->code) == BPF_CALL && in insn_is_helper_call()

Completed in 34 milliseconds