/kernel/linux/linux-5.10/samples/connector/ |
H A D | ucon.c | 59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send() 221 case NLMSG_DONE: in main()
|
H A D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
/kernel/linux/linux-6.6/samples/connector/ |
H A D | ucon.c | 59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send() 221 case NLMSG_DONE: in main()
|
H A D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
/kernel/linux/linux-6.6/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 51 hdr->nlmsg_type = NLMSG_DONE; in send_message() 143 } else if (hdr->nlmsg_type == NLMSG_DONE) { in handle_packet()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | netlink.h | 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | netlink.h | 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | netlink.h | 79 #define NLMSG_DONE 0x3 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | netlink.h | 55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | netlink.h | 63 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ 114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | netlink.h | 89 #define NLMSG_DONE 0x3 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | netlink.h | 89 #define NLMSG_DONE 0x3 macro
|
/kernel/linux/linux-6.6/net/devlink/ |
H A 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()
|
H A D | resource.c | 272 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
|
/kernel/linux/linux-5.10/drivers/connector/ |
H A D | connector.c | 100 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
/kernel/linux/linux-6.6/drivers/connector/ |
H A D | connector.c | 102 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 405 if (nh->nlmsg_type == NLMSG_DONE) in print_addrs() 512 if (nh->nlmsg_type == NLMSG_DONE) in print_limits()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 32 NLMSG_DONE = 3 variable in Netlink 203 elif self.nl_type == Netlink.NLMSG_DONE:
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | netlink.c | 117 case NLMSG_DONE: in bpf_netlink_recv()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 234 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_util.c | 671 pr_warn("%s Unable to put NLMSG_DONE\n", __func__); in send_nlmsg_done() 675 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done() 748 /* and leave room for NLMSG_DONE */ in iwpm_send_mapinfo()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | net.c | 180 case NLMSG_DONE: in netlink_recv()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwpm_util.c | 627 pr_warn("%s Unable to put NLMSG_DONE\n", __func__); in send_nlmsg_done() 631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done() 704 /* and leave room for NLMSG_DONE */ in iwpm_send_mapinfo()
|