Home
last modified time | relevance | path

Searched refs:NLMSG_DONE (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.15/samples/connector/
H A Ducon.c59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
221 case NLMSG_DONE: in main()
H A Dcn_test.c59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/linux-6.15/tools/testing/selftests/connector/
H A Dproc_filter.c51 hdr->nlmsg_type = NLMSG_DONE; in send_message()
143 } else if (hdr->nlmsg_type == NLMSG_DONE) { in handle_packet()
/linux-6.15/tools/include/uapi/linux/
H A Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro.rst62 if (nl_msg.nlmsg_type == NLMSG_DONE)
185 - ``NLMSG_DONE`` - marks the end of a dump;
188 ``NLMSG_ERROR`` and ``NLMSG_DONE`` are of practical importance.
226 ``NLMSG_DONE`` is simpler, the request is never echoed but the extended
237 Note that some implementations may issue custom ``NLMSG_DONE`` messages
361 in ``NLMSG_ERROR`` and ``NLMSG_DONE`` messages. To maintain backward
395 (including the ``NLMSG_DONE`` message) if the dump was interrupted and
444 ``NLMSG_DONE``.
/linux-6.15/include/uapi/linux/
H A Dnetlink.h114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-6.15/net/devlink/
H A Ddpipe.c274 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_tables_fill()
553 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_entries_fill()
697 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_headers_fill()
H A Dresource.c269 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
H A Dhealth.c1068 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
/linux-6.15/tools/testing/selftests/net/
H A Dnetlink-dumps.c46 if (nlh->nlmsg_type != NLMSG_DONE) in nl_get_extack()
/linux-6.15/drivers/connector/
H A Dconnector.c101 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c210 if (nlh->nlmsg_type == NLMSG_DONE) { in recv_nlmsg()
H A Dpm_nl_ctl.c228 if (nh->nlmsg_type == NLMSG_DONE) in do_nl_req()
1057 if (nh->nlmsg_type == NLMSG_DONE) in print_addrs()
1193 if (nh->nlmsg_type == NLMSG_DONE) in print_limits()
/linux-6.15/tools/testing/vsock/
H A Dvsock_diag_test.c284 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/linux-6.15/drivers/infiniband/core/
H A Diwpm_util.c631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
/linux-6.15/tools/net/ynl/pyynl/lib/
H A Dynl.py37 NLMSG_DONE = 3 variable in Netlink
208 elif self.nl_type == Netlink.NLMSG_DONE:
/linux-6.15/samples/bpf/
H A Dxdp_router_ipv4_user.c75 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
/linux-6.15/tools/testing/selftests/bpf/
H A Dxsk.c379 case NLMSG_DONE: in netlink_recv()
/linux-6.15/tools/bpf/bpftool/
H A Dnet.c193 case NLMSG_DONE: in netlink_recv()
/linux-6.15/tools/net/ynl/lib/
H A Dynl.c528 case NLMSG_DONE: in __ynl_sock_read_msgs()
/linux-6.15/tools/lib/bpf/
H A Dnetlink.c194 case NLMSG_DONE: in libbpf_netlink_recv()
/linux-6.15/net/netfilter/
H A Dnfnetlink_log.c365 NLMSG_DONE, in __nfulnl_send()
/linux-6.15/net/smc/
H A Dsmc_pnet.c663 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
/linux-6.15/drivers/net/team/
H A Dteam_core.c2494 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2785 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/linux-6.15/kernel/
H A Daudit.c944 int t = done ? NLMSG_DONE : type; in audit_make_reply()

12