Home | History | Annotate | Download | only in linux

Lines Matching refs:code

21 #define BPF_CLASS(code) ((code) & 0x07)
30 #define BPF_SIZE(code) ((code) & 0x18)
34 #define BPF_MODE(code) ((code) & 0xe0)
41 #define BPF_OP(code) ((code) & 0xf0)
58 #define BPF_SRC(code) ((code) & 0x08)