Searched refs:BPF_RVAL (Results 1 – 5 of 5) sorted by relevance
95 printxval(bpf_rval, BPF_RVAL(code), "BPF_???"); in decode_bpf_code()96 i &= ~BPF_RVAL(code); in decode_bpf_code()
36 #define BPF_RVAL(code) ((code) & 0x18) macro
1429 #define BPF_RVAL(code) ((code) & 0x18) macro
342 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()343 (BPF_RVAL(c) == BPF_X) ? X_ATOM : -1; in atomuse()