Searched refs:un_nhop (Results 1 – 1 of 1) sorted by relevance
83 struct nhop_object *un_nhop; /* "production" nexthop */ member176 struct nhop_object *nh = unhop->un_nhop; in nl_find_nhop()207 un_new->un_nhop = clone_unhop(unhop, fibnum, family, nh_flags); in nl_find_nhop()208 if (un_new->un_nhop == NULL) { in nl_find_nhop()232 nh = un_tmp->un_nhop; in nl_find_nhop()235 nh = un_new->un_nhop; in nl_find_nhop()338 if (unhop->un_nhop != NULL) in destroy_unhop()339 nhop_free_any(unhop->un_nhop); in destroy_unhop()520 nhop_print_buf_any(unhop_base->un_nhop, nhbuf, sizeof(nhbuf)); in delete_unhop()521 FIB_NH_LOG(LOG_DEBUG3, unhop_base->un_nhop, in delete_unhop()[all …]