Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c510 switch (BPF_OP(p->code)) { in bpf_validate()
549 switch (BPF_OP(p->code)) { in bpf_validate()
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h222 #define BPF_OP(code) ((code) & 0xf0) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h372 #define BPF_OP(code) ((code) & 0xf0) macro