Searched refs:ctl_rh (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhgrp.c | 168 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 D | nhop.c | 104 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 D | route_debug.h | 111 FIB_LOG_##_l(_l, (_ctl)->ctl_rh->rib_fibnum, \ 112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
|
H A D | nhop_var.h | 59 struct rib_head *ctl_rh; /* pointer back to rnh */ member
|
H A D | nhgrp_ctl.c | 570 nhg = nhgrp_alloc(ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family, in get_nhgrp()
|
H A D | nhop_ctl.c | 515 MPASS(nh->nh_priv->nh_fibnum == ctl->ctl_rh->rib_fibnum); in finalize_nhop()
|