Edit

IABSD.fr/src/sys/netinet6

Branch :

  • Show log

    Commit

  • Author : mvs
    Date : 2024-12-04 22:48:41
    Hash : dac6e075
    Message : Push locking down to udp_sysctl(). No locks required for per-CPU counters based protocol statistics. Atomically accessed `udpctl_vars' variables are already moved from the net lock, sysctl(2) related locks are useless for them. Complicated UDPCTL_BADDYNAMIC and UDPCTL_ROOTONLY cases were left as is. ok bluhm