Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpf_filter.c822 switch (BPF_OP(p->code)) { in bpf_validate()
862 switch (BPF_OP(p->code)) { in bpf_validate()
H A Dbpf.h1286 #define BPF_OP(code) ((code) & 0xf0) macro