Home
last modified time | relevance | path

Searched refs:BPF_CLASS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c483 switch (BPF_CLASS(p->code)) { in bpf_validate()
574 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
/titanic_50/usr/src/uts/common/io/bpf/net/
H A Dbpf.h198 #define BPF_CLASS(code) ((code) & 0x07) macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h348 #define BPF_CLASS(code) ((code) & 0x07) macro