CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/11 09:33:47
Modified files:
sys/net : pfkeyv2_convert.c
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c
ip_ipsp.h ipsec_output.c
Log message:
Protect the write access to the TDB flags field with a mutex per
TDB. Clearing the timeout flags just before pool put in tdb_free()
does not make sense. Move this to tdb_delete(). While there make
the parentheses in the flag check consistent.
tested by Hrvoje Popovski; OK tobhe@
