Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/connector/
A Ducon.c59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
221 case NLMSG_DONE: in main()
A Dcn_test.c59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/linux-6.3-rc2/tools/include/uapi/linux/
A Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-6.3-rc2/include/uapi/linux/
A Dnetlink.h114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-6.3-rc2/Documentation/userspace-api/netlink/
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
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-6.3-rc2/drivers/connector/
A Dconnector.c100 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/linux-6.3-rc2/tools/net/ynl/lib/
A Dynl.py27 NLMSG_DONE = 3 variable in Netlink
139 elif self.nl_type == Netlink.NLMSG_DONE:
/linux-6.3-rc2/tools/testing/vsock/
A Dvsock_diag_test.c282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/linux-6.3-rc2/drivers/infiniband/core/
A Diwpm_util.c631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dnet.c182 case NLMSG_DONE: in netlink_recv()
/linux-6.3-rc2/samples/bpf/
A Dxdp_router_ipv4_user.c75 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c1044 if (nh->nlmsg_type == NLMSG_DONE) in print_addrs()
1151 if (nh->nlmsg_type == NLMSG_DONE) in print_limits()
/linux-6.3-rc2/tools/lib/bpf/
A Dnetlink.c193 case NLMSG_DONE: in libbpf_netlink_recv()
/linux-6.3-rc2/net/netfilter/
A Dnfnetlink_log.c355 NLMSG_DONE, in __nfulnl_send()
/linux-6.3-rc2/net/devlink/
A Dhealth.c1166 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
A Dleftover.c3063 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_tables_fill()
3343 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_entries_fill()
3487 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_headers_fill()
3791 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
/linux-6.3-rc2/net/smc/
A Dsmc_pnet.c663 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
/linux-6.3-rc2/drivers/net/team/
A Dteam.c2492 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2781 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/linux-6.3-rc2/kernel/
A Daudit.c934 int t = done ? NLMSG_DONE : type; in audit_make_reply()
/linux-6.3-rc2/tools/testing/selftests/net/
A Dipsec.c1054 } else if (answer.nh.nlmsg_type == NLMSG_DONE) { in xfrm_state_check()
/linux-6.3-rc2/net/netlink/
A Daf_netlink.c2216 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(nlk->dump_done_errno), in netlink_dump_done()

Completed in 59 milliseconds