Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.c333 struct nhop_priv *priv_ret; in unlink_nhop() local
340 CHT_SLIST_REMOVE_BYOBJ(&ctl->nh_head, nhops, nh_priv_del, priv_ret); in unlink_nhop()
342 if (priv_ret != NULL) { in unlink_nhop()
343 idx = priv_ret->nh_idx; in unlink_nhop()
344 priv_ret->nh_idx = 0; in unlink_nhop()
360 if (priv_ret == NULL) in unlink_nhop()
364 DPRINTF("Unlinked nhop %p priv idx %d", priv_ret, idx); in unlink_nhop()
368 return (priv_ret); in unlink_nhop()
H A Dnhgrp.c138 struct nhgrp_priv *priv_ret; in find_nhgrp() local
141 CHT_SLIST_FIND_BYOBJ(&ctl->gr_head, mpath, key, priv_ret); in find_nhgrp()
142 if (priv_ret != NULL) { in find_nhgrp()
143 if (refcount_acquire_if_not_zero(&priv_ret->nhg_refcount) == 0) { in find_nhgrp()
145 priv_ret = NULL; in find_nhgrp()
150 return (priv_ret); in find_nhgrp()