Searched refs:BPF_SRC (Results 1 – 5 of 5) sorted by relevance
186 #define BPF_SRC(code) ((code) & 0x08) macro
389 #define BPF_SRC(code) ((code) & 0x08) macro
315 #define BPF_SRC(code) ((code) & 0x08) macro
488 if (BPF_SRC(p->code) == BPF_K && p->k == 0) in bpf_validate()
531 if (BPF_SRC(c) == BPF_X) in atomuse()1045 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()1055 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) { in opt_peep()1458 if (BPF_SRC(b->s.code) == BPF_K) in opt_blk()