Home
last modified time | relevance | path

Searched refs:NL_LOG (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/sys/netlink/
H A Dnetlink_domain.c266 NL_LOG(LOG_DEBUG3, "tried %u\n", nl_port); in nl_find_port()
276 NL_LOG(LOG_DEBUG, in nl_bind_locked()
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()
602 NL_LOG(LOG_DEBUG2, "sending message to kernel"); in nl_pru_send()
[all …]
H A Dnetlink_module.c96 NL_LOG(LOG_DEBUG2, "VNET %p init done, inserted %p into global list", in vnet_nl_ctl_init()
99 NL_LOG(LOG_DEBUG, "per-VNET init clash, dropping this instance"); 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()
204 NL_LOG(LOG_NOTICE, "non-empty socket list in ctl %p", ctl); in can_unload()
222 NL_LOG(LOG_DEBUG2, "Loading"); in netlink_modevent()
231 NL_LOG(LOG_DEBUG2, "Unload called"); in netlink_modevent()
233 NL_LOG(LOG_WARNING, "unloading"); in netlink_modevent()
H A Dnetlink_io.c158 NL_LOG(LOG_DEBUG2, "Storing %u bytes of data, ctl: %p", in nl_add_msg_info()
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()
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()
511 NL_LOG(LOG_DEBUG3, "ack"); in nl_receive_message()
546 NL_LOG(LOG_DEBUG, "error allocating socket writer"); in nl_process_mbuf()
[all …]
H A Dnetlink_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()
314 NL_LOG(LOG_DEBUG2, "alloc mbuf %p req_len %d alloc_len %d data_ptr %p", in nlmsg_get_ns_mbuf()
340 NL_LOG(LOG_DEBUG2, "IN: ptr: %p len: %d proto: %d id: %d", buf, datalen, in nlmsg_write_group_mbuf()
513 NL_LOG(LOG_DEBUG3, "Setting up nw %p size %d type %d", nw, size, type); in nlmsg_get_buf_type()
586 NL_LOG(LOG_DEBUG2, "OUT"); in _nlmsg_flush()
631 NL_LOG(LOG_DEBUG, "getting new buf failed, setting ENOMEM"); in _nlmsg_refill_buffer()
694 NL_LOG(LOG_DEBUG, "ENOMEM when dumping message"); in _nlmsg_end()
743 NL_LOG(LOG_DEBUG3, "acknowledging message type %d seq %d", in nlmsg_ack()
773 NL_LOG(LOG_DEBUG, "Error finalizing table dump"); in _nlmsg_end_dump()
[all …]
H A Dnetlink_sysevent.c86 NL_LOG(LOG_DEBUG, "error allocating group writer"); in sysevent_write()
96 NL_LOG(LOG_DEBUG, "unable to allocate memory"); in sysevent_write()
115 NL_LOG(LOG_WARNING, "impossible to add the event %s, " in sysevent_new_group()
145 NL_LOG(LOG_WARNING, "impossible to add the event %s, " in sysevent_send()
162 NL_LOG(LOG_WARNING, "impossible to add the event %s, too many events\n", devctl_systems[i]); in nlsysevent_load()
H A Dnetlink_message_parser.c131 NL_LOG(LOG_DEBUG3, "parse %p remaining_len %d", nla_head, len); in nl_parse_attrs_raw()
134NL_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()
183 NL_LOG(LOG_DEBUG2, "Skipping type %d in the mask: too short", in nl_get_attrs_bmask_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()
488 NL_LOG(LOG_DEBUG, "ifindex %u invalid", ifindex); in nlf_get_ifp()
[all …]
H A Dnetlink_generic.c166 NL_LOG(LOG_DEBUG, "unable to dump family %s state (ENOMEM)", gf->family_name); in dump_family()
248 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in nlctrl_handle_getfamily()
267 NL_LOG(LOG_DEBUG, "error allocating group writer"); in nlctrl_notify()
H A Dnetlink_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()
H A Dnetlink_debug.h43 #define NL_LOG RT_LOG macro
H A Dnetlink_route.c122 NL_LOG(LOG_DEBUG2, "rtnl loading"); in rtnl_load()
/freebsd-14.2/sys/netlink/route/
H A Dnexthop.c240 NL_LOG(LOG_DEBUG2, "linked cloned nexthop %p", nh); in nl_find_nhop()
544 NL_LOG(LOG_DEBUG, "unable to find unhop %u", uidx); in delete_unhop()
558 NL_LOG(LOG_DEBUG, "error allocating message writer"); in delete_unhop()
629 NL_LOG(LOG_NOTICE, "UNHOPS init done"); in vnet_init_unhops()
846 NL_LOG(LOG_DEBUG, "Unable to allocate nexthop"); in newnhop()
866 NL_LOG(LOG_DEBUG, "unable to finalize nexthop"); in newnhop()
903 NL_LOG(LOG_DEBUG, "Unable to get spare uidx"); in rtnl_handle_newnhop()
912 NL_LOG(LOG_DEBUG, "Unable to allocate user_nhop"); in rtnl_handle_newnhop()
980 NL_LOG(LOG_DEBUG, "NHA_ID not set"); in rtnl_handle_delnhop()
1050 NL_LOG(LOG_DEBUG3, "get %u", nhop_get_idx(nh)); in rtnl_handle_getnhop()
[all …]
H A Diface.c127 NL_LOG(LOG_DEBUG, "error calling SIOCGIFMEDIA on %s: %d", in get_operstate_ether()
505 NL_LOG(LOG_DEBUG2, "Start dump"); in rtnl_handle_getlink()
510 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in rtnl_handle_getlink()
1079 NL_LOG(LOG_DEBUG2, "Start dump"); in rtnl_handle_getaddr()
1379 NL_LOG(LOG_DEBUG2, "ifa notification for unknown AF: %d", in rtnl_handle_ifaddr()
1388 NL_LOG(LOG_DEBUG, "error allocating group writer"); in rtnl_handle_ifaddr()
1408 NL_LOG(LOG_DEBUG, "error allocating mbuf"); in rtnl_handle_ifevent()
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 …]
H A Dneigh.c150 NL_LOG(LOG_DEBUG2, "dumping %s", llebuf); in dump_lle_locked()
203 NL_LOG(LOG_DEBUG, "unable to dump lle state (ENOMEM)"); 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()
270 NL_LOG(LOG_DEBUG, "Unable to add new message"); in dump_llts()
570 NL_LOG(LOG_DEBUG, "error allocating group writer"); in rtnl_lle_event()
H A Drt.c583 NL_LOG(LOG_DEBUG2, "Current offset: %d", wa->nw->offset); in dump_rtable_one()
693 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in handle_rtm_dump()
714 NL_LOG(LOG_DEBUG, "empty gateway and interface, skipping"); in finalize_nhop()
732 NL_LOG(LOG_DEBUG, "Unable to determine ifp, skipping"); in finalize_nhop()
759 NL_LOG(LOG_DEBUG, "Unable to determine ifa, skipping"); in finalize_nhop()
940 NL_LOG(LOG_DEBUG, "missing RTA_DST"); in rtnl_handle_newroute()
962 NL_LOG(LOG_DEBUG, "Error creating nexthop"); in rtnl_handle_newroute()
1088 NL_LOG(LOG_DEBUG, "error allocating event buffer"); in rtnl_handle_route_event()