Searched refs:BPF_OP (Results 1 – 2 of 2) sorted by relevance
822 switch (BPF_OP(p->code)) { in bpf_validate()862 switch (BPF_OP(p->code)) { in bpf_validate()
1286 #define BPF_OP(code) ((code) & 0xf0) macro