Searched refs:BPF_SRC (Results 1 – 8 of 8) sorted by relevance
99 printxval(bpf_src, BPF_SRC(code), "BPF_???"); in print_bpf_filter_code()108 printxval(bpf_src, BPF_SRC(code), "BPF_???"); in print_bpf_filter_code()
49 #define BPF_SRC(code) ((code) & 0x08) macro
47 #define BPF_SRC(code) ((code) & 0x08) macro
48 #define BPF_SRC(code) ((code) & 0x08) macro
81 #define BPF_SRC(code) ((code) & 0x08) macro
186 #define BPF_SRC(code) ((code) & 0x08) macro
479 if (BPF_SRC(p->code) == BPF_K && p->k == 0) in bpf_validate()
508 if (BPF_SRC(c) == BPF_X) in atomuse()995 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()1005 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) { in opt_peep()1370 if (BPF_SRC(b->s.code) == BPF_K) in opt_blk()