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