Searched refs:nhg_refcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_var.h52 u_int nhg_refcount; /* use refcount */ member in struct:nhgrp_priv
H A Dnhgrp_ctl.c281 refcount_init(&nhg_priv->nhg_refcount, 1);
302 old = refcount_acquire(&nhg_priv->nhg_refcount);
315 if (!refcount_release(&nhg_priv->nhg_refcount))
374 KASSERT((nhg_priv->nhg_refcount == 0), ("nhg_refcount != 0"));
733 nhge->nhg_refcount = nhg_priv->nhg_refcount;
H A Dnhop.h242 uint32_t nhg_refcount; /* number of references */ member in struct:nhgrp_external
H A Dnhgrp.c143 if (refcount_acquire_if_not_zero(&priv_ret->nhg_refcount) == 0) {
/freebsd-13-stable/usr.bin/netstat/
H A Dnhgrp.c151 xo_emit("{t:nhg-refcnt/%*lu}", wid_refcnt, nhge->nhg_refcount);

Completed in 120 milliseconds