Searched refs:BPF_MODE (Results 1 – 13 of 13) sorted by relevance
22 #define BPF_MODE(code) ((code) & 0xe0) macro
21 #define BPF_MODE(code) ((code) & 0xe0) macro
42 if (BPF_CLASS(fp->code) == BPF_LD && BPF_MODE(fp->code) == BPF_ABS) { in print_sock_filter_k()
81 printxval(mode, BPF_MODE(code), "BPF_???"); in print_bpf_filter_code()
54 #define BPF_MODE(code) ((code) & 0xe0) macro
154 #define BPF_MODE(code) ((code) & 0xe0) macro
54 enum BPF_MODE { enum in __anon98bc80940111::BPFDisassembler
54 enum BPF_MODE { enum in __anonaafcb6000111::BPFDisassembler
425 switch (BPF_MODE(p->code)) { in pcap_validate_filter()
557 return (BPF_MODE(c) == BPF_IND) ? X_ATOM : in atomuse()558 (BPF_MODE(c) == BPF_MEM) ? (int)s->k : -1; in atomuse()751 if (BPF_MODE(code) == BPF_IMM && in F()990 BPF_MODE(ild->s.code) != BPF_IND) in opt_peep()
5134 switch (BPF_MODE(p->code)) { in fix_program()
33 #define BPF_MODE(code) ((code) & 0xe0) macro