Searched refs:BPF_SRC (Results 1 – 6 of 6) sorted by relevance
199 if (BPF_SRC(insn.code) != BPF_K || !state->acc_is_valid || in Jmp()240 if (BPF_SRC(insn.code) != BPF_K) { in Ret()252 if (BPF_SRC(insn.code) != BPF_K) { in Alu()
81 #define BPF_SRC(code) ((code) & 0x08) macro
1292 #define BPF_SRC(code) ((code) & 0x08) macro
362 if (BPF_SRC(c) == BPF_X) in atomuse()869 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()879 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) { in opt_peep()1237 if (BPF_SRC(b->s.code) == BPF_K) in opt_blk()
622 if (BPF_SRC(p->code) == BPF_K && p->k == 0)