Home | History | Annotate | only in /src/sys/net/npf
Up to higher level directory
NameDateSize
files.npf01-Jun-20251.2K
if_npflog.c29-Sep-20184.1K
if_npflog.h29-Sep-20182K
lpm.c12-Jun-201910.5K
lpm.h12-Jun-20191.9K
Makefile19-Sep-2013143
npf.c27-Aug-20205.3K
npf.h09-Oct-20259.3K
npf_alg.c30-May-20209.3K
npf_alg_icmp.c30-May-202011.8K
npf_bpf.c29-Sep-20185.2K
npf_conf.c13-Feb-20227K
npf_conn.c22-Jan-202327.4K
npf_conn.h30-May-20206K
npf_conndb.c30-May-202011.6K
npf_connkey.c30-May-202011K
npf_ctl.c01-Jun-202519.9K
npf_ext_log.c30-May-20204.7K
npf_ext_normalize.c08-Mar-20216.5K
npf_ext_rndblock.c30-May-20204.9K
npf_handler.c08-Jul-202510.5K
npf_if.c30-May-20207.1K
npf_ifaddr.c13-Feb-20224.4K
npf_impl.h01-Jul-202517K
npf_inet.c01-Jul-202521.3K
npf_mbuf.c12-Feb-20239K
npf_nat.c01-Jul-202526.1K
npf_os.c01-Jul-202513.7K
npf_params.c12-Feb-20236.6K
npf_portmap.c28-Aug-202014K
npf_rproc.c24-Feb-20238.7K
npf_ruleset.c09-Oct-202526K
npf_sendpkt.c12-Feb-20237K
npf_socket.c03-Oct-20256.3K
npf_state.c30-May-20206.7K
npf_state_tcp.c30-May-202015.7K
npf_tableset.c08-Feb-202518.6K
npf_worker.c27-Aug-20207.5K
npfkern.h01-Jul-20253.6K
README17-Apr-2025647

README

      1 $NetBSD: README,v 1.2 2025/04/17 13:08:55 gdt Exp $
      2 
      3 This directory contains kernel source for NPF, the NetBSD Packet
      4 Filter, but the README also applies to:
      5 
      6   src/lib/npf: library for interacting with in-kernel npf
      7     implementation
      8 
      9   src/usr.bin/npf: tools for configuring in-kernel npf and for testing
     10 
     11   assorted supporting files (rc.d, modules, tests)
     12 
     13 Previously, NetBSD considered https://github.com/rmind/npf/ to be the
     14 upstream location.  There is no obligation to file PRs when changing
     15 npf in NetBSD.  Please avoid unecessary divergence in order to ease
     16 future syncing from this repo, but this caution should not block
     17 improvements.
     18