CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/06 05:09:43
Modified files:
sys/netinet : ip_input.c
sys/netinet6 : ip6_input.c
Log message:
Use shared net lock for ip_send() and ip6_send().
When called with NULL options, ip_output() and ip6_output() are MP
safe. Convert exclusive to shared net lock in send dispatch.
OK mpi@
