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

/freebsd-9.3-release/sys/net/
H A Dif.c1449 refcount_init(&ifa->ifa_refcnt, 1);
1456 refcount_acquire(&ifa->ifa_refcnt);
1463 if (refcount_release(&ifa->ifa_refcnt)) {
H A Dif_var.h787 u_int ifa_refcnt; /* references to this structure */ member in struct:ifaddr

Completed in 51 milliseconds