Home | History | Annotate | Download | only in linux

Lines Matching refs:code

6 #define BPF_CLASS(code) ((code) & 0x07)
17 #define BPF_SIZE(code) ((code) & 0x18)
21 #define BPF_MODE(code) ((code) & 0xe0)
30 #define BPF_OP(code) ((code) & 0xf0)
48 #define BPF_SRC(code) ((code) & 0x08)