CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/20 01:46:27
Modified files:
sys/netinet : igmp.c in_proto.c
sys/netinet6 : in6_proto.c
Log message:
Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them is
the only IGMPCTL_STATS, PFSYNCCTL_STATS and RIPV6CTL_STATS per-CPU
counters.
sysctl_rdstruct() has "newp != NULL" check within and also returns
EPERM, no need for redundant check in igmp_sysctl().
ok bluhm
