Searched refs:FIB_RH_LOG (Results 1 – 5 of 5) 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 | route_ctl.c | 498 FIB_RH_LOG(LOG_DEBUG, rnh, "error: invalid plen %d", plen); in rib_add_route_px() 504 FIB_RH_LOG(LOG_INFO, rnh, "rtentry allocation failed"); in rib_add_route_px() 577 FIB_RH_LOG(LOG_DEBUG, rnh, "error: dst->sa_len too big: %d", dst->sa_len); in rib_del_route_px() 582 FIB_RH_LOG(LOG_DEBUG, rnh, "error: invalid plen %d", plen); in rib_del_route_px() 641 FIB_RH_LOG(LOG_DEBUG2, rh_dst, "copying %s -> %s from fib %u", in rib_copy_route() 646 FIB_RH_LOG(LOG_INFO, rh_dst, "unable to allocate new nexthop"); in rib_copy_route() 654 FIB_RH_LOG(LOG_INFO, rh_dst, in rib_copy_route() 661 FIB_RH_LOG(LOG_INFO, rh_dst, "unable to create new rtentry"); in rib_copy_route() 677 FIB_RH_LOG(LOG_DEBUG, rh_dst, in rib_copy_route() 712 FIB_RH_LOG(LOG_DEBUG, rnh, "error: no RTF_HOST and empty netmask"); in rib_add_route() [all …]
|
H A D | nhop.c | 160 FIB_RH_LOG(LOG_DEBUG3, rh, "marking nhop %u unlinked", nh_priv->nh_idx); in nhops_destroy_rib() 316 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, in link_nhop()
|
H A D | route_debug.h | 106 #define FIB_RH_LOG(_l, _rh, _fmt, ...) \ macro
|
H A D | nhop_ctl.c | 267 FIB_RH_LOG(LOG_DEBUG, rnh, "error: empty gateway"); in nhop_create_from_info() 1283 FIB_RH_LOG(LOG_DEBUG, rh, "dump %u items", ctl->nh_head.items_count); in nhops_dump_sysctl()
|