/freebsd/sys/netlink/ |
H A D | netlink_module.c | 81 NL_LOG(LOG_DEBUG2, "VNET %p init done, inserted %p into global list", in vnet_nl_init() 92 NL_LOG(LOG_DEBUG2, "Removing %p from global list", &V_nl_ctl); in vnet_nl_uninit() 127 NL_LOG(LOG_DEBUG2, "Registered netlink %s(%d) handler", proto_name, proto); in netlink_register_proto() 141 NL_LOG(LOG_DEBUG2, "Unregistered netlink proto %d handler", proto); in netlink_unregister_proto() 171 NL_LOG(LOG_DEBUG2, "Iterating VNET head %p", ctl); in can_unload() 173 NL_LOG(LOG_NOTICE, "non-empty socket list in ctl %p", ctl); in can_unload() 191 NL_LOG(LOG_DEBUG2, "Loading"); in netlink_modevent() 199 NL_LOG(LOG_DEBUG2, "Unload called"); in netlink_modevent() 201 NL_LOG(LOG_WARNING, "unloading"); in netlink_modevent()
|
H A D | netlink_io.c | 86 NL_LOG(LOG_DEBUG3, "taskqueue scheduled"); in nl_schedule_taskqueue() 88 NL_LOG(LOG_DEBUG3, "taskqueue schedule skipped"); in nl_schedule_taskqueue() 112 NL_LOG(LOG_DEBUG3, "socket %p stuck", so); in nl_process_received_one() 144 NL_LOG(LOG_DEBUG3, "taskqueue called"); in nl_process_received() 274 NL_LOG(LOG_DEBUG, "message too short: %d", hdr->nlmsg_len); in nl_receive_message() 284 NL_LOG(LOG_DEBUG2, "handling message with msg type: %d", in nl_receive_message() 294 NL_LOG(LOG_DEBUG2, "retcode: %d", error); in nl_receive_message() 299 NL_LOG(LOG_DEBUG3, "ack"); in nl_receive_message() 328 NL_LOG(LOG_DEBUG3, "RX netlink buf %p on %p", nb, nlp->nl_socket); in nl_process_nbuf() 331 NL_LOG(LOG_DEBUG, "error allocating socket writer"); in nl_process_nbuf() [all …]
|
H A D | netlink_domain.c | 212 NL_LOG(LOG_DEBUG2, "MCAST len %u msg type %d len %u to group %d/%d", in nl_send_group() 280 NL_LOG(LOG_DEBUG3, "tried %u\n", nl_port); in nl_find_port() 290 NL_LOG(LOG_DEBUG, in nl_bind_locked() 329 NL_LOG(LOG_DEBUG2, "socket %p, %sPID %d: attaching socket to %s", in nl_attach() 373 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_bind() 375 NL_LOG(LOG_DEBUG, "socket %p, wrong sizeof(), ignoring bind()", so); in nl_bind() 385 NL_LOG(LOG_DEBUG2, "socket %p, bind() to %u, groups %u, error %d", so, in nl_bind() 407 NL_LOG(LOG_DEBUG3, "socket %p, port assign: %d, error: %d", nlp->nl_socket, port_id, error); in nl_assign_port() 425 NL_LOG(LOG_DEBUG3, "socket %p, trying to assign port %d", nlp->nl_socket, port_id); in nl_autobind_port() 436 NL_LOG(LOG_DEBUG3, "socket %p, autobind to %d, error: %d", nlp->nl_socket, port_id, error); in nl_autobind_port() [all …]
|
H A D | netlink_message_writer.c | 54 NL_LOG(LOG_DEBUG3, "Setting up nw %p len %zu %s", nw, len, in nlmsg_get_buf() 131 NL_LOG(LOG_DEBUG, "nw %p flush with %p() failed", nw, nw->cb); in _nlmsg_flush() 153 NL_LOG(LOG_DEBUG3, "no space at offset %u/%u (want %zu), trying to " in _nlmsg_refill_buffer() 175 NL_LOG(LOG_DEBUG, "getting new buf failed, setting ENOMEM"); in _nlmsg_refill_buffer() 186 NL_LOG(LOG_DEBUG2, "completed: %zu bytes, copied: %zu bytes", in _nlmsg_refill_buffer() 196 NL_LOG(LOG_DEBUG2, "switched buffer: used %u/%u bytes", in _nlmsg_refill_buffer() 241 NL_LOG(LOG_DEBUG, "ENOMEM when dumping message"); in _nlmsg_end() 247 NL_LOG(LOG_DEBUG2, "wrote msg len: %u type: %d: flags: 0x%X seq: %u pid: %u", in _nlmsg_end() 292 NL_LOG(LOG_DEBUG3, "acknowledging message type %d seq %d", in nlmsg_ack() 322 NL_LOG(LOG_DEBUG, "Error finalizing table dump"); in _nlmsg_end_dump() [all …]
|
H A D | netlink_sysevent.c | 87 NL_LOG(LOG_DEBUG, "error allocating group writer"); in sysevent_write() 97 NL_LOG(LOG_DEBUG, "unable to allocate memory"); in sysevent_write() 116 NL_LOG(LOG_WARNING, "impossible to add the event %s, " in sysevent_new_group() 147 NL_LOG(LOG_WARNING, "impossible to add the event %s, " in sysevent_send() 164 NL_LOG(LOG_WARNING, "impossible to add the event %s, too many events\n", devctl_systems[i]); in nlsysevent_load()
|
H A D | netlink_message_parser.c | 134 NL_LOG(LOG_DEBUG3, "parse %p remaining_len %d", nla_head, len); in nl_parse_attrs_raw() 137 NL_LOG(LOG_DEBUG3, ">> parsing %p attr_type %u len %u (rem %u)", in nl_parse_attrs_raw() 157 NL_LOG(LOG_DEBUG3, in nl_parse_attrs_raw() 163 NL_LOG(LOG_DEBUG3, "ignoring attr %u", nla->nla_type); in nl_parse_attrs_raw() 168 NL_LOG(LOG_DEBUG3, " >>> end %p attr_type %u len %u", nla, 171 NL_LOG(LOG_DEBUG3, "end parse: %p remaining_len %u", nla, len); in nl_get_attrs_bmask_raw() 192 NL_LOG(LOG_DEBUG2, in nl_has_attr() 451 NL_LOG(LOG_DEBUG3, "nla type %d: ifindex %u -> %s", nla->nla_type, in nlattr_get_chara() 542 NL_LOG(LOG_DEBUG3, "STORING %p len %d", nla, nla->nla_len); in nlf_get_ifp() 580 NL_LOG(LOG_DEBU in nlf_get_u8_u32() [all...] |
H A D | netlink_generic.c | 228 NL_LOG(LOG_DEBUG, "unable to dump family %s state (ENOMEM)", gf->family_name); in dump_family() 296 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in nlctrl_handle_getfamily() 315 NL_LOG(LOG_DEBUG, "error allocating group writer"); in nlctrl_notify() 391 NL_LOG(LOG_DEBUG2, "Registered family %s id %d", gf->family_name, in genl_register_family() 460 NL_LOG(LOG_DEBUG2, "Adding cmd %s(%d) to family %s", in genl_register_cmds()
|
H A D | netlink_debug.h | 43 #define NL_LOG RT_LOG macro
|
H A D | netlink_route.c | 121 NL_LOG(LOG_DEBUG2, "rtnl loading"); in rtnl_load()
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 240 NL_LOG(LOG_DEBUG2, "linked cloned nexthop %p", nh); in nl_find_nhop() 430 NL_LOG(LOG_DEBUG, "error: unable to allocate attribute memory"); in dump_nhgrp() 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() 590 NL_LOG(LOG_DEBUG, "resizing hash: %u -> %u", ctl->un_head.hash_size, new_size); in consider_resize() 629 NL_LOG(LOG_NOTICE, "UNHOPS init done"); in vnet_init_unhops() 670 NL_LOG(LOG_DEBUG, "Invalid length for RTA_GROUP: %d", data_len); in nlattr_get_nhg() 766 NL_LOG(LOG_DEBUG, "unable to find uidx %u", grp[i].id); in newnhg() 770 NL_LOG(LOG_DEBUG, "uidx %u is a group, nested group unsupported", in newnhg() 775 NL_LOG(LOG_DEBUG, "uidx %u nhop is not mpath-eligible", in newnhg() [all …]
|
H A D | iface.c | 127 NL_LOG(LOG_DEBUG, "error calling SIOCGIFMEDIA on %s: %d", in get_operstate_ether() 246 NL_LOG(LOG_DEBUG2, "unsupported family: %d, skipping", sa->sa_family); in dump_sa() 296 NL_LOG(LOG_DEBUG3, "dumping interface %s data", if_name(ifp)); in dump_iface() 370 NL_LOG(LOG_DEBUG, "unable to dump interface %s state (ENOMEM)", if_name(ifp)); in dump_iface() 507 NL_LOG(LOG_DEBUG2, "Start dump"); in rtnl_handle_getlink() 509 NL_LOG(LOG_DEBUG2, "End dump, iterated %d dumped %d", wa.count, wa.dumped); in rtnl_handle_getlink() 512 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in rtnl_handle_getlink() 962 NL_LOG(LOG_DEBUG3, "dumping ifa %p type %s(%d) for interface %s", in dump_iface_addr() 1027 NL_LOG(LOG_DEBUG, "Failed to dump ifa type %s(%d) for interface %s", in dump_iface_addr() 1081 NL_LOG(LOG_DEBUG2, "Start dump"); in rtnl_handle_getaddr() [all …]
|
H A D | neigh.c | 150 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() 571 NL_LOG(LOG_DEBUG, "error allocating group writer"); in rtnl_lle_event()
|
H A D | rt.c | 704 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in finalize_nhop() 725 NL_LOG(LOG_DEBUG, "empty gateway and interface, skipping"); in finalize_nhop() 743 NL_LOG(LOG_DEBUG, "Unable to determine ifp, skipping"); in finalize_nhop() 770 NL_LOG(LOG_DEBUG, "Unable to determine ifa, skipping"); in get_pxflag() 951 NL_LOG(LOG_DEBUG, "missing RTA_DST"); in rtnl_handle_newroute() 973 NL_LOG(LOG_DEBUG, "Error creating nexthop"); in rtnl_handle_newroute() 1101 NL_LOG(LOG_DEBUG, "error allocating event buffer");
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 289 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in handle_dumpstates() 397 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in pf_handle_getcreators() 2031 NL_LOG(LOG_DEBUG, "Unable to finalize the dump"); in pf_handle_get_tstats()
|