| /src/sys/modules/bpf_filter/ |
| Makefile | 8 KMOD= bpf_filter 9 SRCS= bpf_filter.c
|
| /src/sys/rump/dev/lib/libbpf/ |
| Makefile | 9 SRCS= bpf.c bpf_filter.c
|
| /src/sys/net/ |
| bpfdesc.h | 55 struct bpf_filter { struct 125 struct bpf_filter *bd_rfilter; 126 struct bpf_filter *bd_wfilter;
|
| bpf_filter.c | 1 /* $NetBSD: bpf_filter.c,v 1.73 2024/09/02 15:34:08 christos Exp $ */ 36 * @(#)bpf_filter.c 8.1 (Berkeley) 6/10/93 40 __KERNEL_RCSID(0, "$NetBSD: bpf_filter.c,v 1.73 2024/09/02 15:34:08 christos Exp $"); 45 "@(#) Header: bpf_filter.c,v 1.33 97/04/26 13:37:18 leres Exp (LBL)"; 196 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, function 214 __strong_alias(pcapint_filter, bpf_filter) 216 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, 822 MODULE(MODULE_CLASS_MISC, bpf_filter, NULL);
|
| bpf.c | 236 static u_int bpf_xfilter(struct bpf_filter **, void *, u_int, u_int); 241 static void bpf_free_filter(struct bpf_filter *); 246 struct bpf_filter **); 326 struct mbuf **mp, struct sockaddr *sockp, struct bpf_filter **wfilter) 1372 struct bpf_filter *oldf, *newf, **storef; 1678 bpf_xfilter(struct bpf_filter **filter, void *pkt, u_int pktlen, u_int buflen) 1680 struct bpf_filter *filt; 1775 * Craft on-stack mbuf suitable for passing to bpf_filter. 2138 bpf_free_filter(struct bpf_filter *filter) 2680 MODULE(MODULE_CLASS_DRIVER, bpf, "bpf_filter"); [all...] |
| bpf.h | 600 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
|
| if_ppp.c | 983 bpf_filter(sc->sc_pass_filt_out.bf_insns, 993 bpf_filter(sc->sc_active_filt_out.bf_insns, 1648 bpf_filter(sc->sc_pass_filt_in.bf_insns, 1655 bpf_filter(sc->sc_active_filt_in.bf_insns, 1959 #define PPP_DEP "bpf_filter,"
|
| /src/external/bsd/libpcap/dist/msdos/ |
| makefile.wc | 28 $(OBJDIR)\bpf_filter.obj $(OBJDIR)\bpf_imag.obj $(OBJDIR)\bpf_dump.obj & 55 $(OBJDIR)\bpf_filter.obj: bpf_filter.c 56 *$(CC) $(CFLAGS) bpf_filter.c -fo=$@ 97 $(OBJDIR)\bpf_filter.obj: bpf_filter.c pcap-int.h pcap.h pcap-bpf.h
|
| makefile.dj | 25 SOURCES = grammar.c scanner.c bpf_filter.c bpf_image.c bpf_dump.c \
|
| /src/external/bsd/ipf/bin/ipftest/ |
| Makefile | 10 ipf_l.c ipnat_y.c ipnat_l.c radix_ipf.c bpf_filter.c
|
| bpf-ipf.h | 437 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int); 440 extern u_int bpf_filter();
|
| bpf_filter.c | 1 /* $NetBSD: bpf_filter.c,v 1.2 2018/02/04 08:19:42 mrg Exp $ */ 45 "@(#) Header: /devel/CVS/IP-Filter/bpf_filter.c,v 2.2.2.3 2006/10/03 11:25:56 darrenr Exp (LBL)"; 188 bpf_filter(pc, p, wirelen, buflen) function
|
| /src/external/bsd/libpcap/dist/pcap/ |
| bpf.h | 273 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
|
| /src/external/bsd/ppp/dist/pppd/ |
| demand.c | 347 && bpf_filter(pass_filter_out.bf_insns, p, len, len) == 0) 349 && bpf_filter(active_filter_out.bf_insns, p, len, len) == 0)) {
|
| /src/external/bsd/libpcap/lib/ |
| Makefile | 20 # Search first in the kernel for bpf_filter.c 129 bpf_filter.c \
|
| /src/external/bsd/libpcap/dist/ |
| bpf_filter.c | 536 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, function
|
| pcap-rpcap-unix.c | 530 bpf_filter(handle->fcode.bf_insns, pkt, pkth.len, pkth.caplen))
|
| /src/sys/modules/ |
| Makefile | 40 SUBDIR+= bpf_filter
|
| /src/tests/lib/libbpfjit/ |
| t_bpfjit.c | 2962 ATF_CHECK(bpf_filter(insns, pkt, i, i) == 10 * i); 2999 ATF_CHECK(bpf_filter(insns, pkt, i, i) == 10 * i);
|
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 2455 if (!bpf_filter(fr->fr_data, mc, wlen, 0))
|