]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routines
authorsam <sam@FreeBSD.org>
Sun, 23 Nov 2003 18:13:41 +0000 (18:13 +0000)
committersam <sam@FreeBSD.org>
Sun, 23 Nov 2003 18:13:41 +0000 (18:13 +0000)
commit083aa028f37d492262a870fd5a4e7e261465d21f
tree3322592f41a0bf2414a6963b08659d0d743f5782
parentc31eef63dcaccc525ce7f74c5ddd25e23b88fbe7
Use MPSAFE callouts only when debug.mpsafenet is 1.  Both timer routines
potentially transmit packets that may enter KAME IPsec w/o Giant if the
callouts are marked MPSAFE.

Reviewed by: ume
Approved by: re (rwatson)
sys/netinet/ip_dummynet.c
sys/netinet/ip_fw2.c