Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.h1492 extern int bpf_validate(const struct bpf_insn *__counted_by(len), int len);
H A Dbpf_filter.c787 bpf_validate(const struct bpf_insn *__counted_by(len) f, int len) in bpf_validate() function
H A Dbpf.c2796 bpf_validate(fcode, (int)flen)) { in bpf_setf()