Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf_filter.c836 switch (BPF_OP(p->code)) { in bpf_validate()
876 switch (BPF_OP(p->code)) { in bpf_validate()
H A Dbpf.h1389 #define BPF_OP(code) ((code) & 0xf0) macro