Searched refs:FD_PRINTF (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 252 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) macro 502 FD_PRINTF(LOG_DEBUG, fd, "delay=%d action=%d", delay_ms, action); in schedule_callout() 523 FD_PRINTF(LOG_INFO, fd, "Scheduling rebuild: %s (failures=%d)", in schedule_fd_rebuild() 532 FD_PRINTF(LOG_DEBUG, fd, "Sync gen %u -> %u", fd->fd_rh->rnh_gen, fd->fd_rh->rnh_gen_rib); in sync_rib_gen() 611 FD_PRINTF(LOG_DEBUG, fd, in update_rebuild_delay() 617 FD_PRINTF(LOG_DEBUG, fd, in update_rebuild_delay() 755 FD_PRINTF(LOG_INFO, fd, "Unable to realloc queue for %u elements", in queue_rtable_change() 855 FD_PRINTF(LOG_ERR, fd, "batched sync failed, force the rebuild"); in handle_rtable_change_cb() 869 FD_PRINTF(LOG_INFO, fd, "running sync rebuild"); in handle_rtable_change_cb() 879 FD_PRINTF(LOG_ERR, fd, "algo reported non-recoverable error"); in handle_rtable_change_cb() [all …]
|