Searched refs:BPF_SRC (Results 1 – 8 of 8) sorted by relevance
128 #ifndef BPF_SRC129 #define BPF_SRC(code) ((code) & 0x08) macro
63 if (BPF_SRC(insn.code) != BPF_K || !state->acc_is_valid || in Jmp()104 if (BPF_SRC(insn.code) != BPF_K) { in Ret()116 if (BPF_SRC(insn.code) != BPF_K) { in Alu()
83 printxval(bpf_src, BPF_SRC(code), "BPF_???"); in decode_bpf_code()89 printxval(bpf_src, BPF_SRC(code), "BPF_???"); in decode_bpf_code()
47 #define BPF_SRC(code) ((code) & 0x08) macro
1424 #define BPF_SRC(code) ((code) & 0x08) macro
358 if (BPF_SRC(c) == BPF_X) in atomuse()875 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()885 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) { in opt_peep()1247 if (BPF_SRC(b->s.code) == BPF_K) in opt_blk()
695 if (BPF_SRC(p->code) == BPF_K && p->k == 0)