Home
last modified time | relevance | path

Searched refs:nhop_try_ref_object (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c432 if (nhop_try_ref_object(nhg_priv->nhg_nh_weights[i].nh) != 0) in ref_nhgrp_nhops()
703 if (nhop_try_ref_object(rnd->rnd_nhop) == 0) in nhgrp_get_filtered_group()
735 if (nhop_try_ref_object(rnd_new->rnd_nhop) == 0) in nhgrp_get_addition_group()
H A Droute_var.h251 int nhop_try_ref_object(struct nhop_object *nh);
H A Dnhop_ctl.c580 nhop_try_ref_object(struct nhop_object *nh) in nhop_try_ref_object() function