Searched refs:priv_ret (Results 1 – 2 of 2) sorted by relevance
333 struct nhop_priv *priv_ret; in unlink_nhop() local340 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()
138 struct nhgrp_priv *priv_ret; in find_nhgrp() local141 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()