Searched refs:NLMSG_DONE (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/samples/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-v4.19/tools/include/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/Linux-v4.19/include/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/Linux-v4.19/drivers/connector/ |
D | connector.c | 113 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
/Linux-v4.19/tools/testing/vsock/ |
D | vsock_diag_test.c | 296 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_util.c | 635 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
|
/Linux-v4.19/samples/bpf/ |
D | xdp_router_ipv4_user.c | 90 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.c | 609 case NLMSG_DONE: in bpf_set_link_xdp_fd()
|
/Linux-v4.19/net/core/ |
D | devlink.c | 1869 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/ |
D | nfnetlink_log.c | 353 NLMSG_DONE, in __nfulnl_send()
|
/Linux-v4.19/drivers/net/team/ |
D | team.c | 2420 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/ |
D | audit.c | 922 int t = done ? NLMSG_DONE : type; in audit_make_reply()
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 2246 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, in netlink_dump()
|