*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: bpfjit | Section: 4 | Source: NetBSD | File: bpfjit.4
BPFJIT(4) FreeBSD Kernel Interfaces Manual BPFJIT(4) NAME bpfjit - Just-In-Time compiler for Berkeley Packet Filter SYNOPSIS options BPFJIT options SLJIT DESCRIPTION The bpfjit kernel interface adds Just-In-Time compilation of filter programs sent to a bpf(4) device. Instead of being interpreted for every packet, these filter programs are compiled into native code and the code is being executed for every packet. The implementation of bpfjit is based on the Stack-Less Just-In-Time library, or sljit for short. The library supports multiple platforms including o AMD-x86 64 o ARM 32 (ARM-v5, ARM-v7 and Thumb2 instruction sets) o Intel-x86 32 o MIPS 32 (III, R1) o MIPS 64 (III, R1) o PowerPC 32 o PowerPC 64 o SPARC 32 bpfjit supports all architectures listed above. bpfjit is also available as a module in modular kernels. SYSCTLS The following sysctl is available when bpfjit is enabled: net.bpf.jit Toggle Just-In-Time compilation of new filter programs. Changing a value of this sysctl doesn't affect existing filter programs. SEE ALSO bpf(4), modload(8) sljit library: http://sljit.sourceforge.net/ HISTORY The bpfjit interface first appeared in NetBSD 7.0. AUTHORS The bpfjit code was written by Alexander Nasonov <[email protected]>. The sljit library was written by Zoltan Herczeg <[email protected]>. FreeBSD 14.1-RELEASE-p8 July 24, 2014 FreeBSD 14.1-RELEASE-p8

Navigation Options