Searched refs:RT_LOG (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_netlink.c | 116 RT_LOG(LOG_DEBUG3, "GOT type %d len %d total %d", in rtnl_route_from_linux() 128 RT_LOG(LOG_DEBUG3, "GET RTABLE: %u", fibnum); in rtnl_route_from_linux() 158 RT_LOG(LOG_DEBUG, "Passing message type %d untranslated", in rtnl_from_linux() 364 RT_LOG(LOG_DEBUG2, "done processing nw %p", nw); in rtnl_newlink_to_linux() 386 RT_LOG(LOG_DEBUG2, "done processing nw %p", nw); in rtnl_newaddr_to_linux() 407 RT_LOG(LOG_DEBUG2, "done processing nw %p", nw); in rtnl_newneigh_to_linux() 442 RT_LOG(LOG_DEBUG3, "XFIBNUM %u", fibnum); in rtnl_newroute_to_linux() 455 RT_LOG(LOG_DEBUG2, "done processing nw %p", nw); in rtnl_newroute_to_linux() 462 RT_LOG(LOG_DEBUG2, "Got message type %d", hdr->nlmsg_type); in rtnl_to_linux() 550 RT_LOG(LOG_DEBUG3, "LINUX: get %p size %d", buf, data_length); in nlmsgs_to_linux() [all …]
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_debug.h | 43 #define NL_LOG RT_LOG
|
| /freebsd-14.2/sys/net/route/ |
| H A D | route_debug.h | 118 #define RT_LOG(_l, _fmt, ...) RT_LOG_##_l(_l, _fmt, ## __VA_ARGS__) macro
|
| H A D | nhgrp_ctl.c | 378 RT_LOG(LOG_INFO, "Failed to unlink nexhop group %p", in nhgrp_free()
|