Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpf.h1459 extern int bpf_validate(const struct bpf_insn *, int);
H A Dbpf_filter.c773 bpf_validate(const struct bpf_insn *f, int len) in bpf_validate() function
H A Dbpf.c2395 bpf_validate(fcode, (int)flen)) { in bpf_setf()