Re: ipsec: document locks of some structures

2021-07-26 Thread Vitaliy Makkoveev
anyone? > On 19 Jul 2021, at 01:21, Vitaliy Makkoveev wrote: > > ping? > > The diff below updated to the most recent source. > > Index: sys/netinet/ip_ipsp.h > === > RCS file: /cvs/src/sys/netinet/ip_ipsp.h,v > retrieving revision

Re: ipsec: document locks of some structures

2021-07-18 Thread Vitaliy Makkoveev
ping? The diff below updated to the most recent source. Index: sys/netinet/ip_ipsp.h === RCS file: /cvs/src/sys/netinet/ip_ipsp.h,v retrieving revision 1.203 diff -u -p -r1.203 ip_ipsp.h --- sys/netinet/ip_ipsp.h 18 Jul 2021 18

ipsec: document locks of some structures

2021-07-10 Thread Vitaliy Makkoveev
The diff below documents locks of 'ipsec_ids', 'ipsec_acquire' and 'ipsec_policy' structures. I marked `ipa_pcb' as immutable, but we never set or access it and I want to remove it with the next diff. Index: sys/netinet/ip_ipsp.h ===