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

/opensolaris-onvv-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.c4533 if (!bpf_validate(ptr, fp->fr_dsize/sizeof(struct bpf_insn))) {
/opensolaris-onvv-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h289 extern int bpf_validate(struct bpf_insn *, int);
/opensolaris-onvv-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c472 bpf_validate(struct bpf_insn *f, int len) function
H A Dbpf.c1280 if (bpf_validate(fcode, (int)flen)) {
/opensolaris-onvv-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1329 if (bpf_validate(fcode, (int)prog.bf_len)) {
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y2067 if (!bpf_validate(fr->fr_data, bpf.bf_len)) {

Completed in 82 milliseconds