Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpf.h1301 #define BPF_SRC(code) ((code) & 0x08) macro
H A Dbpf_filter.c836 if (BPF_SRC(p->code) == BPF_K && p->k == 0) { in bpf_validate()