Searched refs:BPF_RVAL (Results 1 – 7 of 7) 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
201 #define BPF_RVAL(code) ((code) & 0x18) macro
549 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()550 (BPF_RVAL(c) == BPF_X) ? X_ATOM : -1; in atomuse()
3703 pub fn BPF_RVAL(code: ::__u32) -> ::__u32 {