/linux-6.3-rc2/samples/connector/ |
A D | ucon.c | 59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send() 221 case NLMSG_DONE: in main()
|
A D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | netlink.h | 114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | intro.rst | 62 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 D | connector.c | 100 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 D | ynl.py | 27 NLMSG_DONE = 3 variable in Netlink 139 elif self.nl_type == Netlink.NLMSG_DONE:
|
/linux-6.3-rc2/tools/testing/vsock/ |
A D | vsock_diag_test.c | 282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | iwpm_util.c | 631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | net.c | 182 case NLMSG_DONE: in netlink_recv()
|
/linux-6.3-rc2/samples/bpf/ |
A D | xdp_router_ipv4_user.c | 75 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | pm_nl_ctl.c | 1044 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 D | netlink.c | 193 case NLMSG_DONE: in libbpf_netlink_recv()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nfnetlink_log.c | 355 NLMSG_DONE, in __nfulnl_send()
|
/linux-6.3-rc2/net/devlink/ |
A D | health.c | 1166 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
|
A D | leftover.c | 3063 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 D | smc_pnet.c | 663 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 D | team.c | 2492 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 D | audit.c | 934 int t = done ? NLMSG_DONE : type; in audit_make_reply()
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | ipsec.c | 1054 } else if (answer.nh.nlmsg_type == NLMSG_DONE) { in xfrm_state_check()
|
/linux-6.3-rc2/net/netlink/ |
A D | af_netlink.c | 2216 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(nlk->dump_done_errno), in netlink_dump_done()
|