Home
last modified time | relevance | path

Searched refs:bpf_filter (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h435 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
438 extern u_int bpf_filter();
H A Dfil.c1942 if (!bpf_filter(fr->fr_data, mc, fin->fin_plen, 0))
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h286 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 Ddemand.c343 && bpf_filter(active_filter.bf_insns, frame, len, len) == 0) {
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c141 bpf_filter(struct bpf_insn *pc, uchar_t *p, uint_t wirelen, uint_t buflen) in bpf_filter() function
H A Dbpf.c1506 slen = bpf_filter(d->bd_filter, marg, pktlen, buflen); in bpf_deliver()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c451 if (bpf_filter(ps->ps_bpf.bf_insns, buffer, in pfp_packet()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files664 BPF_OBJS += bpf.o bpf_filter.o bpf_mod.o bpf_dlt.o bpf_mac.o