Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop.c332 struct nhop_priv *priv_ret; in unlink_nhop() local
339 CHT_SLIST_REMOVE(&ctl->nh_head, nhops, nh_priv_del, priv_ret); in unlink_nhop()
341 if (priv_ret != NULL) { in unlink_nhop()
342 idx = priv_ret->nh_idx; in unlink_nhop()
343 priv_ret->nh_idx = 0; in unlink_nhop()
359 if (priv_ret == NULL) { in unlink_nhop()
365 priv_ret, idx); in unlink_nhop()
370 return (priv_ret); in unlink_nhop()
H A Dnhgrp.c140 struct nhgrp_priv *priv_ret; in find_nhgrp() local
143 CHT_SLIST_FIND_BYOBJ(&ctl->gr_head, mpath, key, priv_ret); in find_nhgrp()
144 if (priv_ret != NULL) { in find_nhgrp()
145 if (refcount_acquire_if_not_zero(&priv_ret->nhg_refcount) == 0) { in find_nhgrp()
147 priv_ret = NULL; in find_nhgrp()
152 return (priv_ret); in find_nhgrp()