Home
last modified time | relevance | path

Searched refs:nhg_refcount (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c281 refcount_init(&nhg_priv->nhg_refcount, 1); in alloc_nhgrp()
302 old = refcount_acquire(&nhg_priv->nhg_refcount); in nhgrp_ref_object()
315 if (!refcount_release(&nhg_priv->nhg_refcount)) in nhgrp_free()
374 KASSERT((nhg_priv->nhg_refcount == 0), ("nhg_refcount != 0")); in destroy_nhgrp()
733 nhge->nhg_refcount = nhg_priv->nhg_refcount; in dump_nhgrp_entry()
H A Dnhgrp_var.h52 u_int nhg_refcount; /* use refcount */ member
H A Dnhop.h242 uint32_t nhg_refcount; /* number of references */ member
H A Dnhgrp.c143 if (refcount_acquire_if_not_zero(&priv_ret->nhg_refcount) == 0) { in find_nhgrp()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h242 uint32_t nhg_refcount; /* number of references */ member
/f-stack/tools/netstat/
H A Dnhgrp.c151 xo_emit("{t:nhg-refcnt/%*lu}", wid_refcnt, nhge->nhg_refcount); in print_nhgroup_entry_sysctl()