Searched refs:BPF_CLASS (Results 1 – 2 of 2) sorted by relevance
784 switch (BPF_CLASS(p->code)) { in bpf_validate()888 return BPF_CLASS(f[len - 1].code) == BPF_RET; in bpf_validate()
1335 #define BPF_CLASS(code) ((code) & 0x07) macro