Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dbpf.h1396 #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()