NetBSD/sys/net/npf
christos 805ab1e001 Simplify even further and fix non-modular kernels:
We cannot use the init at attach() trick, because other npf ext modules
will load before the attach function is called on non modular kernels.
2015-10-29 15:19:43 +00:00
..
files.npf
if_npflog.c
Makefile
npf_alg_icmp.c
npf_alg.c
npf_bpf.c
npf_conf.c
npf_conn.c npf_conn_establish: fix the previous change - drop the reference on error. 2015-02-05 22:04:03 +00:00
npf_conn.h
npf_conndb.c
npf_ctl.c remove bogus KASSERT, there are error paths that don't satisfy this. 2015-10-28 01:54:10 +00:00
npf_ext_log.c
npf_ext_normalize.c
npf_ext_rndblock.c
npf_handler.c
npf_if.c npfkern: eliminate INACTIVE_ID and use 0 for unregistered interfaces. 2015-07-12 23:51:53 +00:00
npf_impl.h npfctl(8): report dynamic rule ID in a comment, print the case when libpcap 2015-02-02 00:31:39 +00:00
npf_inet.c
npf_mbuf.c npfkern: eliminate INACTIVE_ID and use 0 for unregistered interfaces. 2015-07-12 23:51:53 +00:00
npf_nat.c
npf_rproc.c
npf_ruleset.c NPF: replace the TAILQ of the dynamic rules with a linked list and fix the 2015-03-20 23:36:28 +00:00
npf_sendpkt.c
npf_state_tcp.c
npf_state.c
npf_tableset_ptree.c
npf_tableset.c
npf_worker.c
npf.c Simplify even further and fix non-modular kernels: 2015-10-29 15:19:43 +00:00
npf.h