Searched refs:BPF_MISCOP (Results 1 – 6 of 6) sorted by relevance
87 printxval(bpf_miscop, BPF_MISCOP(code), "BPF_???"); in print_bpf_filter_code()88 i &= ~BPF_MISCOP(code); in print_bpf_filter_code()
41 #define BPF_MISCOP(code) ((code) & 0xf8) macro
90 #define BPF_MISCOP(code) ((code) & 0xf8) macro
209 #define BPF_MISCOP(code) ((code) & 0xf8) macro
573 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()606 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()