/src/lib/libbpfjit/ |
Makefile | 7 LIB= bpfjit 14 SRCS= bpfjit.c
|
/src/sys/modules/bpfjit/ |
Makefile | 8 KMOD= bpfjit 9 SRCS= bpfjit.c
|
/src/sys/rump/net/lib/libbpfjit/ |
Makefile | 11 SRCS= bpfjit.c
|
/src/tests/net/bpfjit/ |
Makefile | 6 TESTSDIR= ${TESTSBASE}/net/bpfjit
|
t_extmem.c | 40 #include <net/bpfjit.h>
|
t_cop.c | 40 #include <net/bpfjit.h>
|
t_mbuf.c | 36 #include <net/bpfjit.h>
|
t_bpfjit.c | 37 #include <net/bpfjit.h>
|
/src/tests/net/ |
Makefile | 14 TESTS_SUBDIRS+= bpfjit
|
/src/sys/net/ |
Makefile | 5 INCS= bpf.h bpfjit.h bpfdesc.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
|
bpfdesc.h | 47 #include <net/bpfjit.h> /* for bpfjit_function_t */
|
bpf.h | 369 /* Note: two most significant bits are reserved by bpfjit. */ 401 * For such programs, bpfjit generated code doesn't read 437 #include <net/bpfjit.h>
|
bpfjit.c | 1 /* $NetBSD: bpfjit.c,v 1.48 2020/02/01 02:54:02 riastradh Exp $ */ 34 __KERNEL_RCSID(0, "$NetBSD: bpfjit.c,v 1.48 2020/02/01 02:54:02 riastradh Exp $"); 36 __RCSID("$NetBSD: bpfjit.c,v 1.48 2020/02/01 02:54:02 riastradh Exp $"); 72 #include <net/bpfjit.h> 225 MODULE(MODULE_CLASS_MISC, bpfjit, "sljit")
|
bpf.c | 84 #include <net/bpfjit.h> 2429 #if defined(MODULAR) || defined(BPFJIT) 2447 "until after bpfjit module is loaded\n"); 2576 #if defined(MODULAR) || defined(BPFJIT)
|
/src/tests/net/bpf/ |
h_bpf.h | 36 #include <net/bpfjit.h>
|
/src/usr.sbin/npf/npfctl/ |
npfctl.c | 258 static bool bpfjit = true; variable in typeref:typename:bool 263 bpfjit = onoff; 271 .ml_filename = "bpfjit", 277 if (!bpfjit) 283 warnx("the bpfjit module seems to be missing%s", p); 285 warn("error loading the bpfjit module%s", p);
|
/src/tests/lib/libbpfjit/ |
t_extmem.c | 41 #include <net/bpfjit.h> 469 * to ../../net/bpfjit/t_extmem.c
|
t_cop.c | 41 #include <net/bpfjit.h> 636 * to ../../net/bpfjit/t_cop.c
|
t_bpfjit.c | 40 #include <net/bpfjit.h> 1965 /* .. but not for bpfjit. */ 4636 * to ../../net/bpfjit/t_bpfjit.c
|
/src/sys/net/npf/ |
npf_impl.h | 53 #include <net/bpfjit.h>
|
npf_ruleset.c | 50 #include <net/bpfjit.h>
|
/src/sys/modules/ |
Makefile | 279 SUBDIR+= bpfjit
|
/src/share/man/man4/ |
Makefile | 14 bio.4 bktr.4 bluetooth.4 bmx280thp.4 bmtphy.4 bpf.4 bpfjit.4 \
|