Home
last modified time | relevance | path

Searched refs:ndpr_refcnt (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.h240 volatile u_int ndpr_refcnt; member
H A Dnd6_rtr.c1340 refcount_acquire(&pr->ndpr_refcnt); in nd6_prefix_ref()
1347 if (refcount_release(&pr->ndpr_refcnt)) { in nd6_prefix_rele()
1365 refcount_init(&new->ndpr_refcnt, newp != NULL ? 2 : 1); in nd6_prelist_add()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h240 volatile u_int ndpr_refcnt; member