Searched refs:BPF_OP (Results 1 – 2 of 2) sorted by relevance
38 #define BPF_OP(code) ((code) & 0xf0) macro449 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \457 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \465 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \473 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \542 .code = BPF_JMP | BPF_OP(OP) | BPF_K, \
63 #define BPF_OP(code) ((code) & 0xf0) macro