Introduce a neighbor discovery mutex like ARP uses it. For now it
authorbluhm <bluhm@openbsd.org>
Thu, 4 May 2023 06:56:56 +0000 (06:56 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 4 May 2023 06:56:56 +0000 (06:56 +0000)
commite298277ca082e68e94046929c53917c57065f44c
treecdc05b6b8a2449954f4d0642be730f41c4b230c9
parent2d5f1415d73db4aa10c10063e4239f63a1b1cd68
Introduce a neighbor discovery mutex like ARP uses it.  For now it
only protects nd6_list.  It does not unlock ND6 from kernel lock
yet.
OK kn@
sys/netinet6/nd6.c
sys/netinet6/nd6.h
sys/netinet6/nd6_nbr.c