CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/08 07:24:19
Modified files:
sys/net : pfkeyv2.c
sys/netinet : ip_ipsp.c ip_ipsp.h ipsec_input.c
Log message:
Start documenting the locking strategy of struct tdb fields. Note
that gettdb_dir() is MP safe now. Add the tdb_sadb_mtx mutex in
udpencap_ctlinput() to protect the access to tdb_snext. Make the
braces consistently for all these TDB loops. Move NET_ASSERT_LOCKED()
into the functions where the read access happens.
OK mvs@
