Searched refs:NLMSG_DONE (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/Documentation/connector/ |
D | ucon.c | 73 nlh->nlmsg_type = NLMSG_DONE; in netlink_send() 235 case NLMSG_DONE: in main()
|
D | cn_test.c | 72 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
/linux-4.1.27/tools/hv/ |
D | hv_vss_daemon.c | 148 struct nlmsghdr nlh = { .nlmsg_type = NLMSG_DONE }; in netlink_send() 307 if (incoming_msg->nlmsg_type != NLMSG_DONE) in main()
|
D | hv_kvp_daemon.c | 1393 struct nlmsghdr nlh = { .nlmsg_type = NLMSG_DONE }; in netlink_send() 1580 if (incoming_msg->nlmsg_type != NLMSG_DONE) in main()
|
/linux-4.1.27/include/uapi/linux/ |
D | netlink.h | 94 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/linux-4.1.27/drivers/connector/ |
D | connector.c | 112 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | iwpm_util.c | 631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink_log.c | 355 NLMSG_DONE, in __nfulnl_send()
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 2368 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get() 2646 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
|
/linux-4.1.27/kernel/ |
D | audit.c | 551 int t = done ? NLMSG_DONE : type; in audit_make_reply()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 2748 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(len), NLM_F_MULTI); in netlink_dump()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_iscsi.c | 2555 int t = done ? NLMSG_DONE : type; in iscsi_if_send_reply()
|