Searched refs:BPF_MISCOP (Results 1 – 4 of 4) sorted by relevance
218 #define BPF_MISCOP(code) ((code) & 0xf8)
393 #define BPF_MISCOP(code) ((code) & 0xf8) macro
333 #define BPF_MISCOP(code) ((code) & 0xf8) macro
572 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()605 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()