CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/28 05:49:49
Modified files:
sys/dev/dt : dt_prov_static.c
sys/net : if_var.h
sys/netinet : in.c
sys/netinet6 : in6.c
sys/sys : refcnt.h
Log message:
use refcnt API for multicast addresses, add tracepoint:refcnt:ifmaddr probe
Replace hand-rolled reference counting with refcnt_init(9) and hook it up
with a new dt(4) probe.
OK bluhm mvs
