Home
last modified time | relevance | path

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

/linux/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);
/linux/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()
/linux/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
/linux/Documentation/userspace-api/netlink/
H 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
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/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
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c46 if (nlh->nlmsg_type != NLMSG_DONE) in nl_get_extack()
/linux/drivers/connector/
H A Dconnector.c101 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/linux/tools/testing/vsock/
H A Dvsock_diag_test.c284 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/linux/net/devlink/
H A Dresource.c269 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
H A Dhealth.c1058 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c324 if (nlh->nlmsg_type == NLMSG_DONE) { in recv_nlmsg()
325 printf("NLMSG_DONE\n"); in recv_nlmsg()
H A Dpm_nl_ctl.c228 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/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()
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c75 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py37 NLMSG_DONE = 3 variable in Netlink
208 elif self.nl_type == Netlink.NLMSG_DONE:
/linux/tools/testing/selftests/bpf/
H A Dxsk.c379 case NLMSG_DONE: in netlink_recv()
/linux/tools/net/ynl/lib/
H A Dynl.c603 case NLMSG_DONE: in __ynl_sock_read_msgs()
/linux/tools/lib/bpf/
H A Dnetlink.c194 case NLMSG_DONE: in libbpf_netlink_recv()
/linux/net/netfilter/
H A Dnfnetlink_log.c365 NLMSG_DONE, in __nfulnl_send()
733 + nla_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */ in nfulnl_log_packet()
/linux/net/smc/
H A Dsmc_pnet.c663 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
/linux/drivers/net/team/
H A Dteam_core.c2474 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2772 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/linux/kernel/
H A Daudit.c944 int t = done ? NLMSG_DONE : type; in audit_make_reply()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c1281 if (h->nlmsg_type == NLMSG_DONE) { in ovpn_rt_send()