Module Name: src Committed By: riastradh Date: Thu Sep 1 18:32:17 UTC 2022
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
nd6: Take ifnet psref around cprng_fast in nd6_slowtimo.
This may sleep on an adpative mutex, the global entropy lock, so
pserialize is forbidden.
To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/netinet6/nd6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
