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