Searched refs:ifa_refcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/tools/ifpifa/
H A Difpifa.c181 printf("\t%s ifa_refcnt=%u\n",
182 addr, ifaddr.ifa.ifa_refcnt);
/freebsd-13-stable/sys/net/
H A Dif_var.h568 u_int ifa_refcnt; /* references to this structure */ member in struct:ifaddr
H A Dif.c1842 refcount_init(&ifa->ifa_refcnt, 1);
1862 old = refcount_acquire(&ifa->ifa_refcnt);
1871 return (refcount_acquire_if_not_zero(&ifa->ifa_refcnt));
1891 if (refcount_release(&ifa->ifa_refcnt))

Completed in 192 milliseconds