Searched refs:BPF_RVAL (Results 1 – 6 of 6) sorted by relevance
98 printxval(bpf_rval, BPF_RVAL(code), "BPF_???"); in decode_bpf_code()99 i &= ~BPF_RVAL(code); in decode_bpf_code()
36 #define BPF_RVAL(code) ((code) & 0x18) macro
86 #define BPF_RVAL(code) ((code) & 0x18) macro
195 #define BPF_RVAL(code) ((code) & 0x18) macro
394 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()395 (BPF_RVAL(c) == BPF_X) ? X_ATOM : -1; in atomuse()