1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/contrib/pf/net
John Baldwin 0dea849ae9 Various bpf(4) related fixes to catch places up to the new bpf(4)
semantics.
- Stop testing bpf pointers for NULL.  In some cases use
  bpf_peers_present() and then call the function directly inside the
  conditional block instead of the macro.
- For places where the entire conditional block is the macro, remove the
  test and make the macro unconditional.
- Use BPF_MTAP() in if_pfsync on FreeBSD instead of an expanded version of
  the old semantics.

Reviewed by:	csjp (older version)
2006-12-29 13:59:50 +00:00
..
if_pflog.c Revise network interface cloning to take an optional opaque 2006-07-09 06:04:01 +00:00
if_pflog.h Avoid pulling in the whole <net/pfvar.h> by opaquely declaring 2006-03-09 15:54:01 +00:00
if_pfsync.c Various bpf(4) related fixes to catch places up to the new bpf(4) 2006-12-29 13:59:50 +00:00
if_pfsync.h Defer ip_output of pfsync updates to an independent callout thread instead 2005-06-10 17:23:49 +00:00
pf_if.c Resolve conflicts created during the import of pf 3.7 Some features are 2005-05-03 16:43:32 +00:00
pf_ioctl.c Fix stateful filtering of loopback IPv6 traffic to an address not configured 2006-09-06 17:19:45 +00:00
pf_norm.c Loopback pf_norm.c rev. 1.106 from OpenBSD: 2006-03-25 21:15:25 +00:00
pf_osfp.c Resolve conflicts created during the import of pf 3.7 Some features are 2005-05-03 16:43:32 +00:00
pf_subr.c Commit pf version 3.5 and link additional files to the kernel build. 2004-06-16 23:24:02 +00:00
pf_table.c Make LINT happy. 2005-05-04 15:29:28 +00:00
pf.c Work around a long standing LOR with user/group rules by doing the socket 2006-12-29 13:59:03 +00:00
pfvar.h Only decrement the max-src-conn counter for tcp connections that reached 2005-12-25 23:52:00 +00:00