Searched refs:bpf_insn (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/bpf/net/ |
H A D | bpf.h | 75 struct bpf_insn *bf_insns; 253 struct bpf_insn { struct 286 extern uint_t bpf_filter(struct bpf_insn *, uchar_t *, uint_t, uint_t); 289 extern int bpf_validate(struct bpf_insn *, int);
|
H A D | bpfdesc.h | 136 struct bpf_insn *bd_filter; /* filter code */
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | bpf-ipf.h | 75 struct bpf_insn *bf_insns; 403 struct bpf_insn { struct 434 extern int bpf_validate(struct bpf_insn *, int); 435 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
|
H A D | fil.c | 4541 if (!bpf_validate(ptr, fp->fr_dsize/sizeof(struct bpf_insn))) {
|
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf_filter.c | 141 bpf_filter(struct bpf_insn *pc, uchar_t *p, uint_t wirelen, uint_t buflen) in bpf_filter() 162 struct bpf_insn *, pc); in bpf_filter() 472 bpf_validate(struct bpf_insn *f, int len) in bpf_validate() 475 struct bpf_insn *p; in bpf_validate() 482 DTRACE_PROBE1(bpf_valid_insn, struct bpf_insn *, p); in bpf_validate()
|
H A D | bpf.c | 1253 struct bpf_insn *fcode, *old; in bpf_setf()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1339 struct bpf_insn *fcode; in pfp_setsocket_sockopt()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 2062 fr->fr_dsize = bpf.bf_len * sizeof(struct bpf_insn);
|