Searched refs:BPF_SRC (Results 1 – 6 of 6) sorted by relevance
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
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)