Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h434 extern int bpf_validate(struct bpf_insn *, int);
437 extern int bpf_validate();
H A Dfil.c4537 if (!bpf_validate(ptr, fp->fr_dsize/sizeof(struct bpf_insn))) {
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h289 extern int bpf_validate(struct bpf_insn *, int);
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c472 bpf_validate(struct bpf_insn *f, int len) in bpf_validate() function
H A Dbpf.c1287 if (bpf_validate(fcode, (int)flen)) { in bpf_setf()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1373 if (bpf_validate(fcode, (int)prog.bf_len)) { in pfp_setsocket_sockopt()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y2067 if (!bpf_validate(fr->fr_data, bpf.bf_len)) {