Home
last modified time | relevance | path

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

/Linux-v6.6/samples/connector/
Ducon.c59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
221 case NLMSG_DONE: in main()
Dcn_test.c59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/Linux-v6.6/tools/testing/selftests/connector/
Dproc_filter.c51 hdr->nlmsg_type = NLMSG_DONE; in send_message()
143 } else if (hdr->nlmsg_type == NLMSG_DONE) { in handle_packet()
/Linux-v6.6/tools/include/uapi/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/Linux-v6.6/include/uapi/linux/
Dnetlink.h114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/Linux-v6.6/net/devlink/
Ddpipe.c275 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_tables_fill()
555 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_entries_fill()
699 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_headers_fill()
Dresource.c272 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
Dhealth.c1179 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
/Linux-v6.6/Documentation/userspace-api/netlink/
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
357 in ``NLMSG_ERROR`` and ``NLMSG_DONE`` messages. To maintain backward
391 (including the ``NLMSG_DONE`` message) if the dump was interrupted and
440 ``NLMSG_DONE``.
/Linux-v6.6/drivers/connector/
Dconnector.c102 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/Linux-v6.6/tools/testing/vsock/
Dvsock_diag_test.c282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/Linux-v6.6/tools/net/ynl/lib/
Dynl.py32 NLMSG_DONE = 3 variable in Netlink
203 elif self.nl_type == Netlink.NLMSG_DONE:
Dynl.c301 [NLMSG_DONE] = ynl_cb_done,
/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c234 if (nh->nlmsg_type == NLMSG_DONE) in do_nl_req()
1055 if (nh->nlmsg_type == NLMSG_DONE) in print_addrs()
1162 if (nh->nlmsg_type == NLMSG_DONE) in print_limits()
/Linux-v6.6/drivers/infiniband/core/
Diwpm_util.c631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
/Linux-v6.6/samples/bpf/
Dxdp_router_ipv4_user.c75 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
/Linux-v6.6/tools/testing/selftests/bpf/
Dxsk.c376 case NLMSG_DONE: in netlink_recv()
/Linux-v6.6/tools/bpf/bpftool/
Dnet.c187 case NLMSG_DONE: in netlink_recv()
/Linux-v6.6/tools/lib/bpf/
Dnetlink.c194 case NLMSG_DONE: in libbpf_netlink_recv()
/Linux-v6.6/net/netfilter/
Dnfnetlink_log.c365 NLMSG_DONE, in __nfulnl_send()
/Linux-v6.6/net/smc/
Dsmc_pnet.c663 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
/Linux-v6.6/drivers/net/team/
Dteam.c2499 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2788 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/Linux-v6.6/kernel/
Daudit.c933 int t = done ? NLMSG_DONE : type; in audit_make_reply()
/Linux-v6.6/tools/testing/selftests/net/
Dipsec.c1054 } else if (answer.nh.nlmsg_type == NLMSG_DONE) { in xfrm_state_check()
/Linux-v6.6/net/netlink/
Daf_netlink.c2184 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(nlk->dump_done_errno), in netlink_dump_done()