1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/contrib
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
..
altq/altq Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
dev This commit was generated by cvs2svn to compensate for changes in r165182, 2006-12-13 19:26:37 +00:00
ia64/libuwx
ipfilter/netinet TCP Window scaling was being recognised but the recorded settings were being 2006-12-24 02:18:36 +00:00
ngatm
pf Various bpf(4) related fixes to catch places up to the new bpf(4) 2006-12-29 13:59:50 +00:00