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

/linux-4.1.27/include/uapi/linux/
H A Dnetlink.h53 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
94 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-4.1.27/Documentation/connector/
H A Ducon.c73 nlh->nlmsg_type = NLMSG_DONE; netlink_send()
235 case NLMSG_DONE: main()
H A Dcn_test.c72 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/linux-4.1.27/tools/hv/
H A Dhv_vss_daemon.c148 struct nlmsghdr nlh = { .nlmsg_type = NLMSG_DONE }; netlink_send()
307 if (incoming_msg->nlmsg_type != NLMSG_DONE) main()
H A Dhv_kvp_daemon.c1393 struct nlmsghdr nlh = { .nlmsg_type = NLMSG_DONE }; netlink_send()
1580 if (incoming_msg->nlmsg_type != NLMSG_DONE) main()
/linux-4.1.27/drivers/infiniband/core/
H A Diwpm_util.c628 pr_warn("%s Unable to put NLMSG_DONE\n", __func__); send_nlmsg_done()
631 nlh->nlmsg_type = NLMSG_DONE; send_nlmsg_done()
693 /* and leave room for NLMSG_DONE */ iwpm_send_mapinfo()
/linux-4.1.27/drivers/connector/
H A Dconnector.c112 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); cn_netlink_send_mult()
/linux-4.1.27/net/tipc/
H A Dnode.c586 * handler. Resulting in the NLMSG_DONE message having tipc_nl_node_dump()
H A Dname_table.c1019 * the NLMSG_DONE message having the NLM_F_DUMP_INTR flag set if tipc_nl_name_table_dump()
H A Dlink.c2129 * handler. Resulting in the last NLMSG_DONE message tipc_nl_link_dump()
H A Dsocket.c2766 * handler. Resulting in the last NLMSG_DONE message __tipc_nl_list_sk_publ()
/linux-4.1.27/net/netfilter/
H A Dnfnetlink_log.c355 NLMSG_DONE, __nfulnl_send()
662 + nla_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */ nfulnl_log_packet()
/linux-4.1.27/drivers/net/team/
H A Dteam.c2368 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI);
2646 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); team_nl_send_port_list_get()
/linux-4.1.27/kernel/
H A Daudit.c551 int t = done ? NLMSG_DONE : type; audit_make_reply()
/linux-4.1.27/net/netlink/
H A Daf_netlink.c2748 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(len), NLM_F_MULTI); netlink_dump()
/linux-4.1.27/drivers/scsi/
H A Dscsi_transport_iscsi.c2555 int t = done ? NLMSG_DONE : type; iscsi_if_send_reply()

Completed in 518 milliseconds