/linux-6.12.1/samples/connector/ |
D | ucon.c | 59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send() 221 case NLMSG_DONE: in main()
|
D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
/linux-6.12.1/tools/testing/selftests/connector/ |
D | proc_filter.c | 51 hdr->nlmsg_type = NLMSG_DONE; in send_message() 143 } else if (hdr->nlmsg_type == NLMSG_DONE) { in handle_packet()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
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 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.12.1/include/uapi/linux/ |
D | netlink.h | 114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/linux-6.12.1/net/devlink/ |
D | dpipe.c | 275 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()
|
D | resource.c | 272 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
|
D | health.c | 1071 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
|
/linux-6.12.1/drivers/connector/ |
D | connector.c | 101 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
/linux-6.12.1/tools/testing/vsock/ |
D | vsock_diag_test.c | 284 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
|
/linux-6.12.1/tools/testing/selftests/net/mptcp/ |
D | pm_nl_ctl.c | 228 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.12.1/tools/net/ynl/lib/ |
D | ynl.py | 34 NLMSG_DONE = 3 variable in Netlink 205 elif self.nl_type == Netlink.NLMSG_DONE:
|
D | ynl.c | 528 case NLMSG_DONE: in __ynl_sock_read_msgs()
|
/linux-6.12.1/drivers/infiniband/core/ |
D | iwpm_util.c | 631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
|
/linux-6.12.1/samples/bpf/ |
D | xdp_router_ipv4_user.c | 75 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | xsk.c | 379 case NLMSG_DONE: in netlink_recv()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | net.c | 193 case NLMSG_DONE: in netlink_recv()
|
/linux-6.12.1/tools/lib/bpf/ |
D | netlink.c | 194 case NLMSG_DONE: in libbpf_netlink_recv()
|
/linux-6.12.1/net/netfilter/ |
D | nfnetlink_log.c | 365 NLMSG_DONE, in __nfulnl_send()
|
/linux-6.12.1/net/smc/ |
D | smc_pnet.c | 663 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
|
/linux-6.12.1/drivers/net/team/ |
D | team_core.c | 2480 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get() 2769 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
|
/linux-6.12.1/kernel/ |
D | audit.c | 944 int t = done ? NLMSG_DONE : type; in audit_make_reply()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | ipsec.c | 1054 } else if (answer.nh.nlmsg_type == NLMSG_DONE) { in xfrm_state_check()
|
/linux-6.12.1/net/netlink/ |
D | af_netlink.c | 2223 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(nlk->dump_done_errno), in netlink_dump_done()
|