freebsd-dev/sys/netkey
Bosko Milekic 86fea6be59 o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
the mbuf allocator flags {M_TRYWAIT, M_DONTWAIT}.
o Fix a bpf_compat issue where malloc() was defined to just call
  bpf_alloc() and pass the 'canwait' flag(s) along.  It's been changed
  to call bpf_alloc() but pass the corresponding M_TRYWAIT or M_DONTWAIT
  flag (and only one of those two).

Submitted by: Hiten Pandya <hiten@unixdaemons.com> (hiten->commit_count++)
2002-12-19 22:58:27 +00:00
..
key_debug.c just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
key_debug.h Remove __P. 2002-03-20 02:39:27 +00:00
key_var.h Newer SA is prefered for a out-bound packet than old one 2001-12-05 05:40:49 +00:00
key.c - fixed the order of searching SA table for packets. 2002-07-10 16:39:38 +00:00
key.h just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
keydb.c Remove __P. 2002-03-20 02:39:27 +00:00
keydb.h Remove __P. 2002-03-20 02:39:27 +00:00
keysock.c o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and 2002-12-19 22:58:27 +00:00
keysock.h Remove __P. 2002-03-20 02:39:27 +00:00