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