Searched refs:bpf_filter (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | bpf-ipf.h | 435 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int); 438 extern u_int bpf_filter();
|
H A D | fil.c | 1942 if (!bpf_filter(fr->fr_data, mc, fin->fin_plen, 0))
|
/illumos-gate/usr/src/uts/common/io/bpf/net/ |
H A D | bpf.h | 286 extern uint_t bpf_filter(struct bpf_insn *, uchar_t *, uint_t, uint_t);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 343 && bpf_filter(active_filter.bf_insns, frame, len, len) == 0) {
|
/illumos-gate/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() function
|
H A D | bpf.c | 1506 slen = bpf_filter(d->bd_filter, marg, pktlen, buflen); in bpf_deliver()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 451 if (bpf_filter(ps->ps_bpf.bf_insns, buffer, in pfp_packet()
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 664 BPF_OBJS += bpf.o bpf_filter.o bpf_mod.o bpf_dlt.o bpf_mac.o
|