Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/samples/connector/
H A Ducon.c59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
221 case NLMSG_DONE: in main()
H A Dcn_test.c59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/kernel/linux/linux-6.6/samples/connector/
H A Ducon.c59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
221 case NLMSG_DONE: in main()
H A Dcn_test.c59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/kernel/linux/linux-6.6/tools/testing/selftests/connector/
H A Dproc_filter.c51 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 Dnetlink.h55 #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 Dnetlink.h55 #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 Dnetlink.h79 #define NLMSG_DONE 0x3 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnetlink.h55 #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 Dnetlink.h63 #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 Dnetlink.h89 #define NLMSG_DONE 0x3 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnetlink.h89 #define NLMSG_DONE 0x3 macro
/kernel/linux/linux-6.6/net/devlink/
H A 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()
H A Dresource.c272 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
/kernel/linux/linux-5.10/drivers/connector/
H A Dconnector.c100 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 Dconnector.c102 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 Dpm_nl_ctl.c405 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 Dynl.py32 NLMSG_DONE = 3 variable in Netlink
203 elif self.nl_type == Netlink.NLMSG_DONE:
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dvsock_diag_test.c282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnetlink.c117 case NLMSG_DONE: in bpf_netlink_recv()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dvsock_diag_test.c282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A 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()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Diwpm_util.c671 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 Dnet.c180 case NLMSG_DONE: in netlink_recv()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Diwpm_util.c627 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()

Completed in 26 milliseconds

12