Searched refs:BPF_RVAL (Results 1 – 6 of 6) sorted by relevance
117 printxval(bpf_rval, BPF_RVAL(code), "BPF_???"); in print_bpf_filter_code()118 i &= ~BPF_RVAL(code); in print_bpf_filter_code()
37 #define BPF_RVAL(code) ((code) & 0x18) macro
86 #define BPF_RVAL(code) ((code) & 0x18) macro
191 #define BPF_RVAL(code) ((code) & 0x18) macro
492 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()493 (BPF_RVAL(c) == BPF_X) ? X_ATOM : -1; in atomuse()