Home
last modified time | relevance | path

Searched refs:LOG_DEBUG3 (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/sys/netlink/
H A Dnetlink_domain.c56 #define DEBUG_MAX_LEVEL LOG_DEBUG3
266 NL_LOG(LOG_DEBUG3, "tried %u\n", nl_port); in nl_find_port()
366 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_abort()
379 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_bind()
454 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_connect()
529 NL_LOG(LOG_DEBUG3, "socket %p, detached", so); in nl_pru_detach()
538 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_disconnect()
546 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_peeraddr()
554 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_shutdown()
577 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_pru_close()
[all …]
H A Dnetlink_io.c46 #define DEBUG_MAX_LEVEL LOG_DEBUG3
182 NL_LOG(LOG_DEBUG3, "taskqueue scheduled"); in nl_schedule_taskqueue()
184 NL_LOG(LOG_DEBUG3, "taskqueue schedule skipped"); in nl_schedule_taskqueue()
200 NL_LOG(LOG_DEBUG3, "enqueue %u bytes", m_length(m, NULL)); in nl_receive_async()
278 NL_LOG(LOG_DEBUG3, "grabbed %u bytes", avail); in nl_process_received_one()
311 NL_LOG(LOG_DEBUG3, "taskqueue called"); in nl_process_received()
442 NLP_LOG(LOG_DEBUG3, nlp, "appended data & woken up"); in nl_send_one()
511 NL_LOG(LOG_DEBUG3, "ack"); in nl_receive_message()
541 NL_LOG(LOG_DEBUG3, "RX netlink mbuf %p on %p", m, nlp->nl_socket); in nl_process_mbuf()
578 NL_LOG(LOG_DEBUG3, "parsing offset %d/%d", offset, data_length); in nl_process_mbuf()
[all …]
H A Dnetlink_message_parser.c50 #define DEBUG_MAX_LEVEL LOG_DEBUG3
131 NL_LOG(LOG_DEBUG3, "parse %p remaining_len %d", nla_head, len); in nl_parse_attrs_raw()
134 …NL_LOG(LOG_DEBUG3, ">> parsing %p attr_type %d len %d (rem %d)", nla, nla->nla_type, nla->nla_len,… in nl_parse_attrs_raw()
151 NL_LOG(LOG_DEBUG3, "parse failed at offset %u", off); in nl_parse_attrs_raw()
156 NL_LOG(LOG_DEBUG3, "ignoring attr %d", nla->nla_type); in nl_parse_attrs_raw()
161 NL_LOG(LOG_DEBUG3, " >>> end %p attr_type %d len %d", nla, in nl_parse_attrs_raw()
164 NL_LOG(LOG_DEBUG3, "end parse: %p remaining_len %d", nla, len); in nl_parse_attrs_raw()
413 NL_LOG(LOG_DEBUG3, "nla type %d: ifindex %u -> %s", nla->nla_type, in nlattr_get_ifp_internal()
463 NL_LOG(LOG_DEBUG3, "STORING %p len %d", nla, nla->nla_len); in nlattr_get_nla()
H A Dnetlink_route.c44 #define DEBUG_MAX_LEVEL LOG_DEBUG3
93 NLP_LOG(LOG_DEBUG3, nlp, "priv %d check passed for msg %s", cmd->priv, cmd->name); in rtnl_handle_message()
108 NLP_LOG(LOG_DEBUG3, nlp, "message %s -> error %d", cmd->name, error); in rtnl_handle_message()
H A Dnetlink_message_writer.c45 #define DEBUG_MAX_LEVEL LOG_DEBUG3
513 NL_LOG(LOG_DEBUG3, "Setting up nw %p size %d type %d", nw, size, type); in nlmsg_get_buf_type()
564 NL_LOG(LOG_DEBUG3, "setup cb %p (need %p)", nw->cb, &nlmsg_write_chain_mbuf); in _nlmsg_get_chain_writer()
611 NL_LOG(LOG_DEBUG3, "no space at offset %d/%d (want %d), trying to reclaim", in _nlmsg_refill_buffer()
743 NL_LOG(LOG_DEBUG3, "acknowledging message type %d seq %d", in nlmsg_ack()
H A Dnetlink_debug.h60 #if DEBUG_MAX_LEVEL>=LOG_DEBUG3
H A Dnetlink_sysevent.c42 #define DEBUG_MAX_LEVEL LOG_DEBUG3
H A Dnetlink_module.c50 #define DEBUG_MAX_LEVEL LOG_DEBUG3
H A Dnetlink_generic_kpi.c45 #define DEBUG_MAX_LEVEL LOG_DEBUG3
H A Dnetlink_generic.c47 #define DEBUG_MAX_LEVEL LOG_DEBUG3
/freebsd-14.2/sys/compat/linux/
H A Dlinux_netlink.c54 #define DEBUG_MAX_LEVEL LOG_DEBUG3
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()
276 RT_LOG(LOG_DEBUG3, "reading attr %d len %d", nla->nla_type, nla->nla_len); in nlmsg_copy_all_nla()
442 RT_LOG(LOG_DEBUG3, "XFIBNUM %u", fibnum); in rtnl_newroute_to_linux()
550 RT_LOG(LOG_DEBUG3, "LINUX: get %p size %d", buf, data_length); in nlmsgs_to_linux()
576 RT_LOG(LOG_DEBUG3, "Processed %d messages, chain size %d", count, in nlmsgs_to_linux()
/freebsd-14.2/sys/net/route/
H A Droute_debug.h62 #ifndef LOG_DEBUG3
63 #define LOG_DEBUG3 9 macro
128 #if DEBUG_MAX_LEVEL>=LOG_DEBUG3
H A Dnhop.c160 FIB_RH_LOG(LOG_DEBUG3, rh, "marking nhop %u unlinked", nh_priv->nh_idx); in nhops_destroy_rib()
H A Dnhgrp_ctl.c249 FIB_NH_LOG(LOG_DEBUG3, x[0].nh, "sum: %lu, slots: %d", in compile_nhgrp()
262 FIB_NH_LOG(LOG_DEBUG3, x[0].nh, in compile_nhgrp()
/freebsd-14.2/sys/netlink/route/
H A Diface_drivers.c56 #define DEBUG_MAX_LEVEL LOG_DEBUG3
H A Diface.c57 #define DEBUG_MAX_LEVEL LOG_DEBUG3
296 NL_LOG(LOG_DEBUG3, "dumping interface %s data", if_name(ifp)); in dump_iface()
473 NLP_LOG(LOG_DEBUG3, nlp, "fast track -> searching index %u", in rtnl_handle_getlink()
479 NLP_LOG(LOG_DEBUG3, nlp, "fast track -> searching name %s", in rtnl_handle_getlink()
549 NLP_LOG(LOG_DEBUG3, nlp, "mapped ifindex %u to %s", attrs.ifi_index, if_name(ifp)); in rtnl_handle_dellink()
960 NL_LOG(LOG_DEBUG3, "dumping ifa %p type %s(%d) for interface %s", in dump_iface_addr()
H A Dnexthop.c54 #define DEBUG_MAX_LEVEL LOG_DEBUG3
521 FIB_NH_LOG(LOG_DEBUG3, unhop_base->un_nhop, in delete_unhop()
530 IF_DEBUG_LEVEL(LOG_DEBUG3) { in delete_unhop()
534 FIB_NH_LOG(LOG_DEBUG3, unhop_chain->un_nhop, in delete_unhop()
1050 NL_LOG(LOG_DEBUG3, "get %u", nhop_get_idx(nh)); in rtnl_handle_getnhop()
H A Drt.c50 #define DEBUG_MAX_LEVEL LOG_DEBUG3
558 IF_DEBUG_LEVEL(LOG_DEBUG3) { in dump_rtentry()
560 FIB_LOG(LOG_DEBUG3, wa->fibnum, wa->family, in dump_rtentry()
H A Dneigh.c52 #define DEBUG_MAX_LEVEL LOG_DEBUG3