pf: Make pf work w/ the MPSAFE network stack
authorJan Lentfer <Jan.Lentfer@web.de>
Sat, 11 Sep 2010 22:34:08 +0000 (00:34 +0200)
committerJan Lentfer <Jan.Lentfer@web.de>
Tue, 14 Sep 2010 17:31:20 +0000 (19:31 +0200)
commit2a7a2b1c19c268df6f2b72efc09c0dbd8feed843
tree49d46fa56aaafa8a61d080488e4bda59f4d1695e
parent4fc5aa1c656ec93fe0b6f58d21792499e26ae007
pf: Make pf work w/ the MPSAFE network stack

   add pf_token where appropriate

   in pf_socket_lookup() use lwkt_domsg() instead of lwkt_sendmsg()
   to make race conditions more unlikely

   if_pfsyn.c: re-add lost init code
sys/net/pf/if_pflog.c
sys/net/pf/if_pfsync.c
sys/net/pf/pf.c
sys/net/pf/pf_ioctl.c
sys/net/pf/pfvar.h