Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/connector/
Ducon.c73 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
235 case NLMSG_DONE: in main()
Dcn_test.c72 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/linux-4.4.14/include/uapi/linux/
Dnetlink.h95 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-4.4.14/drivers/connector/
Dconnector.c112 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/linux-4.4.14/drivers/infiniband/core/
Diwpm_util.c639 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
/linux-4.4.14/net/netfilter/
Dnfnetlink_log.c356 NLMSG_DONE, in __nfulnl_send()
/linux-4.4.14/drivers/net/team/
Dteam.c2377 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2655 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/linux-4.4.14/kernel/
Daudit.c568 int t = done ? NLMSG_DONE : type; in audit_make_reply()
/linux-4.4.14/net/netlink/
Daf_netlink.c2850 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(len), NLM_F_MULTI); in netlink_dump()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c2558 int t = done ? NLMSG_DONE : type; in iscsi_if_send_reply()