Searched refs:BPF_MISCOP (Results 1 – 2 of 2) sorted by relevance
272 #define BPF_MISCOP(code) ((code) & 0xf8) macro
376 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()409 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()