Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h566 u_int ifa_refcnt; /* references to this structure */ member
H A Dif.c1842 refcount_init(&ifa->ifa_refcnt, 1); in ifa_alloc()
1861 refcount_acquire(&ifa->ifa_refcnt); in ifa_ref()
1881 if (refcount_release(&ifa->ifa_refcnt)) in ifa_free()