Searched refs:BPF_SRC (Results 1 – 5 of 5) sorted by relevance
210 #define BPF_SRC(code) ((code) & 0x08)
384 #define BPF_SRC(code) ((code) & 0x08) macro
312 #define BPF_SRC(code) ((code) & 0x08) macro
468 if (BPF_SRC(p->code) == BPF_K && p->k == 0) in pcapint_validate_filter()
567 if (BPF_SRC(c) == BPF_X) in atomuse()1132 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()1142 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) { in opt_peep()1581 if (BPF_SRC(b->s.code) == BPF_K) in opt_blk()