Home
last modified time | relevance | path

Searched refs:ctl_rh (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/route/
H A Dnhgrp.c168 FIB_RH_LOG(LOG_DEBUG, ctl->ctl_rh, "Unable to allocate nhg index"); in link_nhgrp()
181 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, "linked %s", in link_nhgrp()
200 FIB_RH_LOG(LOG_DEBUG, ctl->ctl_rh, "Unable to find nhg"); in unlink_nhgrp()
215 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, "unlinked idx#%d %s", idx, in unlink_nhgrp()
250 FIB_RH_LOG(LOG_DEBUG, ctl->ctl_rh, in consider_resize()
289 FIB_RH_LOG(LOG_WARNING, ctl->ctl_rh, "multipath init failed"); in nhgrp_ctl_alloc_default()
305 FIB_RH_LOG(LOG_DEBUG, ctl->ctl_rh, "multipath init done"); in nhgrp_ctl_alloc_default()
339 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, "marking %s unlinked", in nhgrp_ctl_unlink_all()
H A Dnhop.c104 ctl->ctl_rh = rh; in nhops_init_rib()
316 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, in link_nhop()
349 idx, ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family); in unlink_nhop()
H A Droute_debug.h111 FIB_LOG_##_l(_l, (_ctl)->ctl_rh->rib_fibnum, \
112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
H A Dnhop_var.h59 struct rib_head *ctl_rh; /* pointer back to rnh */ member
H A Dnhgrp_ctl.c570 nhg = nhgrp_alloc(ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family, in get_nhgrp()
H A Dnhop_ctl.c515 MPASS(nh->nh_priv->nh_fibnum == ctl->ctl_rh->rib_fibnum); in finalize_nhop()