Home
last modified time | relevance | path

Searched refs:LOG_DEBUG2 (Results 1 – 22 of 22) sorted by relevance

/freebsd-14-stable/sys/netlink/
HDnetlink_module.c96 NL_LOG(LOG_DEBUG2, "VNET %p init done, inserted %p into global list", in vnet_nl_ctl_init()
120 NL_LOG(LOG_DEBUG2, "Removing %p from global list", ctl); in vnet_nl_ctl_destroy()
157 NL_LOG(LOG_DEBUG2, "Registered netlink %s(%d) handler", proto_name, proto); in netlink_register_proto()
171 NL_LOG(LOG_DEBUG2, "Unregistered netlink proto %d handler", proto); in netlink_unregister_proto()
202 NL_LOG(LOG_DEBUG2, "Iterating VNET head %p", ctl); in can_unload()
222 NL_LOG(LOG_DEBUG2, "Loading"); in netlink_modevent()
231 NL_LOG(LOG_DEBUG2, "Unload called"); in netlink_modevent()
HDnetlink_route.c86 NLP_LOG(LOG_DEBUG2, nlp, "received msg %s(%d) len %d", cmd->name, in rtnl_handle_message()
90 NLP_LOG(LOG_DEBUG2, nlp, "priv %d check failed for msg %s", cmd->priv, cmd->name); in rtnl_handle_message()
96 NLP_LOG(LOG_DEBUG2, nlp, "jail check failed for msg %s", cmd->name); in rtnl_handle_message()
122 NL_LOG(LOG_DEBUG2, "rtnl loading"); in rtnl_load()
HDnetlink_message_writer.c213 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d arg: %p", buf, datalen, nw->arg.ptr); in nlmsg_write_socket_buf()
235 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d proto: %d id: %d", buf, datalen, in nlmsg_write_group_buf()
261 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d arg: %p", buf, datalen, nw->arg.ptr); in nlmsg_write_chain_buf()
314 NL_LOG(LOG_DEBUG2, "alloc mbuf %p req_len %d alloc_len %d data_ptr %p", in nlmsg_get_ns_mbuf()
323 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d arg: %p", buf, datalen, nw->arg.ptr); in nlmsg_write_socket_mbuf()
340 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d proto: %d id: %d", buf, datalen, in nlmsg_write_group_mbuf()
360 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d arg: %p", buf, datalen, nw->arg.ptr); in nlmsg_write_chain_mbuf()
586 NL_LOG(LOG_DEBUG2, "OUT"); in _nlmsg_flush()
650 NL_LOG(LOG_DEBUG2, "completed: %d bytes, copied: %d bytes", completed_len, last_len); in _nlmsg_refill_buffer()
655 NL_LOG(LOG_DEBUG2, "switched buffer: used %d/%d bytes", nw->offset, nw->alloc_len); in _nlmsg_refill_buffer()
[all …]
HDnetlink_domain.c112 NLP_LOG(LOG_DEBUG2, nlp, "Set thread %p nlp to %p (slot %u)", td, nlp, osd_slot_id); in nl_set_thread_nlp()
199 IF_DEBUG_LEVEL(LOG_DEBUG2) { in nl_send_group()
201 NL_LOG(LOG_DEBUG2, "MCAST mbuf len %u msg type %d len %u to group %d/%d", in nl_send_group()
315 NL_LOG(LOG_DEBUG2, "socket %p, %sPID %d: attaching socket to %s", in nl_pru_attach()
391 NL_LOG(LOG_DEBUG2, "socket %p, bind() to %u, groups %u, error %d", so, in nl_pru_bind()
471 NL_LOG(LOG_DEBUG2, "socket %p, connect to %u", so, snl->nl_pid); in nl_pru_connect()
503 NL_LOG(LOG_DEBUG2, "detaching socket %p, PID %d", so, curproc->p_pid); in nl_pru_detach()
602 NL_LOG(LOG_DEBUG2, "sending message to kernel"); in nl_pru_send()
652 NL_LOG(LOG_DEBUG2, "%ssockopt(%p, %d)", (sopt->sopt_dir) ? "set" : "get", in nl_ctloutput()
667 NL_LOG(LOG_DEBUG2, "ADD/DEL group %d", (uint32_t)optval); in nl_ctloutput()
[all …]
HDnetlink_io.c129 NL_LOG(LOG_DEBUG2, "Trying to recover nlp from thread %p: %p", in nl_add_msg_info()
158 NL_LOG(LOG_DEBUG2, "Storing %u bytes of data, ctl: %p", in nl_add_msg_info()
403 IF_DEBUG_LEVEL(LOG_DEBUG2) { in nl_send_one()
405 NLP_LOG(LOG_DEBUG2, nlp, in nl_send_one()
453 NLP_LOG(LOG_DEBUG2, nlp, "RX oveflow: %lu m (+%d), %lu b (+%d)", in nl_send_one()
473 NLP_LOG(LOG_DEBUG2, nlp, "msg len: %u type: %d: flags: 0x%X seq: %u pid: %u", in nl_receive_message()
491 NL_LOG(LOG_DEBUG2, "handling message with msg type: %d", in nl_receive_message()
507 NL_LOG(LOG_DEBUG2, "retcode: %d", error); in nl_receive_message()
HDnetlink_generic_kpi.c115 NL_LOG(LOG_DEBUG2, "Registered family %s id %d", gf->family_name, gf->family_id); in genl_register_family()
205 NL_LOG(LOG_DEBUG2, "Adding cmd %s(%d) to family %s", in genl_register_cmds()
HDnetlink_debug.h65 #if DEBUG_MAX_LEVEL>=LOG_DEBUG2
HDnetlink_generic.c92 NLP_LOG(LOG_DEBUG2, nlp, "received family %s cmd %s(%d) len %d", in genl_handle_message()
HDnetlink_message_parser.c183 NL_LOG(LOG_DEBUG2, "Skipping type %d in the mask: too short", in nl_get_attrs_bmask_raw()
/freebsd-14-stable/sys/net/route/
HDnhgrp.c180 IF_DEBUG_LEVEL(LOG_DEBUG2) { in link_nhgrp()
182 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, "linked %s", in link_nhgrp()
213 IF_DEBUG_LEVEL(LOG_DEBUG2) { in unlink_nhgrp()
216 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, "unlinked idx#%d %s", idx, in unlink_nhgrp()
338 IF_DEBUG_LEVEL(LOG_DEBUG2) { in nhgrp_ctl_unlink_all()
340 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, "marking %s unlinked", in nhgrp_ctl_unlink_all()
HDroute_debug.h59 #ifndef LOG_DEBUG2
60 #define LOG_DEBUG2 8 macro
135 #if DEBUG_MAX_LEVEL>=LOG_DEBUG2
HDnhop.c106 FIB_CTL_LOG(LOG_DEBUG2, ctl, "nhops init: ctl %p rh %p", ctl, rh); in nhops_init_rib()
316 FIB_RH_LOG(LOG_DEBUG2, ctl->ctl_rh, in link_nhop()
364 FIB_CTL_LOG(LOG_DEBUG2, ctl, "Unlinked nhop %p priv idx %d", in unlink_nhop()
HDroute_helpers.c67 #define DEBUG_MAX_LEVEL LOG_DEBUG2
268 IF_DEBUG_LEVEL(LOG_DEBUG2) { in notify_add()
270 FIB_NH_LOG(LOG_DEBUG2, wn_src->nh, "RTM_ADD for %s @ w=%u", in notify_add()
284 IF_DEBUG_LEVEL(LOG_DEBUG2) { in notify_del()
286 FIB_NH_LOG(LOG_DEBUG2, wn_src->nh, "RTM_DEL for %s @ w=%u", in notify_del()
HDroute_ctl.c637 IF_DEBUG_LEVEL(LOG_DEBUG2) { in rib_copy_route()
641 FIB_RH_LOG(LOG_DEBUG2, rh_dst, "copying %s -> %s from fib %u", in rib_copy_route()
674 IF_DEBUG_LEVEL(LOG_DEBUG2) { in rib_copy_route()
1331 IF_DEBUG_LEVEL(LOG_DEBUG2) { in change_route_conditional()
1335 FIB_LOG(LOG_DEBUG2, rnh->rib_fibnum, rnh->rib_family, in change_route_conditional()
HDfib_algo.c236 #ifndef LOG_DEBUG2
237 #define LOG_DEBUG2 8 macro
257 #if FLM_MAX_DEBUG_LEVEL>=LOG_DEBUG2
1109 FD_PRINTF(LOG_DEBUG2, fd, " FREE nhop %d %p", in destroy_fd_instance()
1802 FD_PRINTF(LOG_DEBUG2, fd, " REF nhop %u %p", idx, fd->nh_idx[idx]); in fib_ref_nhop()
HDnhgrp_ctl.c404 IF_DEBUG_LEVEL(LOG_DEBUG2) { in destroy_nhgrp()
406 FIB_NH_LOG(LOG_DEBUG2, nhg_priv->nhg_nh_weights[0].nh, in destroy_nhgrp()
HDnhop_ctl.c471 FIB_NH_LOG(LOG_DEBUG2, nh, "nh_aifp: %s nh_ifp %s", in reference_nhop_deps()
/freebsd-14-stable/sys/compat/linux/
HDlinux_netlink.c364 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()
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()
/freebsd-14-stable/sys/netlink/route/
HDnexthop.c240 NL_LOG(LOG_DEBUG2, "linked cloned nexthop %p", nh); in nl_find_nhop()
280 IF_DEBUG_LEVEL(LOG_DEBUG2) { in clone_unhop()
283 FIB_NH_LOG(LOG_DEBUG2, unhop->un_nhop_src, in clone_unhop()
518 IF_DEBUG_LEVEL(LOG_DEBUG2) { in delete_unhop()
870 IF_DEBUG_LEVEL(LOG_DEBUG2) { in newnhop()
873 NL_LOG(LOG_DEBUG2, "Adding unhop %u: %s", attrs->nha_id, nhbuf); in newnhop()
1031 NL_LOG(LOG_DEBUG2, "searching for uidx %u", attrs.nha_id); in rtnl_handle_getnhop()
1047 NL_LOG(LOG_DEBUG2, "START table %u family %d", attrs.nhaf_table, attrs.nhaf_family); in rtnl_handle_getnhop()
1065 NL_LOG(LOG_DEBUG2, "DUMP table %u family %d", attrs.nhaf_table, attrs.nhaf_family); in rtnl_handle_getnhop()
1078 NL_LOG(LOG_DEBUG2, "DUMP unhops"); in rtnl_handle_getnhop()
HDiface.c246 NL_LOG(LOG_DEBUG2, "unsupported family: %d, skipping", sa->sa_family); in dump_sa()
505 NL_LOG(LOG_DEBUG2, "Start dump"); in rtnl_handle_getlink()
507 NL_LOG(LOG_DEBUG2, "End dump, iterated %d dumped %d", wa.count, wa.dumped); in rtnl_handle_getlink()
555 NLP_LOG(LOG_DEBUG2, nlp, "deleting interface %s returned %d", if_name(ifp), error); in rtnl_handle_dellink()
1079 NL_LOG(LOG_DEBUG2, "Start dump"); in rtnl_handle_getaddr()
1098 NL_LOG(LOG_DEBUG2, "End dump, iterated %d dumped %d", wa.count, wa.dumped); in rtnl_handle_getaddr()
1379 NL_LOG(LOG_DEBUG2, "ifa notification for unknown AF: %d", in rtnl_handle_ifaddr()
1418 NL_LOG(LOG_DEBUG2, "ifnet %s", if_name(ifp)); in rtnl_handle_ifattach()
1425 NL_LOG(LOG_DEBUG2, "ifnet %s", if_name(ifp)); in rtnl_handle_ifdetach()
1432 NL_LOG(LOG_DEBUG2, "ifnet %s", if_name(ifp)); in rtnl_handle_iflink()
[all …]
HDneigh.c147 IF_DEBUG_LEVEL(LOG_DEBUG2) { in dump_lle_locked()
150 NL_LOG(LOG_DEBUG2, "dumping %s", llebuf); in dump_lle_locked()
252 NL_LOG(LOG_DEBUG2, "Start dump ifp=%s family=%d", ifp ? if_name(ifp) : "NULL", family); in dump_llts()
267 NL_LOG(LOG_DEBUG2, "End dump, iterated %d dumped %d", wa->count, wa->dumped); in dump_llts()
HDrt.c585 FIB_LOG(LOG_DEBUG2, fibnum, family, "Start dump"); in dump_rtable_one()
593 FIB_LOG(LOG_DEBUG2, fibnum, family, "End dump, iterated %d dumped %d", in dump_rtable_one()
595 NL_LOG(LOG_DEBUG2, "Current offset: %d", wa->nw->offset); in dump_rtable_one()
663 IF_DEBUG_LEVEL(LOG_DEBUG2) { in handle_rtm_getroute()
665 FIB_LOG(LOG_DEBUG2, fibnum, family, "getroute completed: got %s for %s", in handle_rtm_getroute()
1080 IF_DEBUG_LEVEL(LOG_DEBUG2) { in rtnl_handle_route_event()
1082 FIB_LOG(LOG_DEBUG2, fibnum, family, in rtnl_handle_route_event()