Home
last modified time | relevance | path

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

/Linux-v4.19/samples/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-v4.19/tools/include/uapi/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/Linux-v4.19/include/uapi/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/Linux-v4.19/drivers/connector/
Dconnector.c113 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/Linux-v4.19/tools/testing/vsock/
Dvsock_diag_test.c296 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/Linux-v4.19/drivers/infiniband/core/
Diwpm_util.c635 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
/Linux-v4.19/samples/bpf/
Dxdp_router_ipv4_user.c90 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
/Linux-v4.19/tools/lib/bpf/
Dbpf.c609 case NLMSG_DONE: in bpf_set_link_xdp_fd()
/Linux-v4.19/net/core/
Ddevlink.c1869 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_tables_fill()
2149 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_entries_fill()
2291 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_headers_fill()
2591 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
/Linux-v4.19/net/netfilter/
Dnfnetlink_log.c353 NLMSG_DONE, in __nfulnl_send()
/Linux-v4.19/drivers/net/team/
Dteam.c2420 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2713 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/Linux-v4.19/kernel/
Daudit.c922 int t = done ? NLMSG_DONE : type; in audit_make_reply()
/Linux-v4.19/net/netlink/
Daf_netlink.c2246 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, in netlink_dump()