Searched refs:NLMSG_DONE (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/samples/connector/ |
| D | ucon.c | 59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send() 221 case NLMSG_DONE: in main()
|
| D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
| /Linux-v5.4/include/uapi/linux/ |
| D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
| /Linux-v5.4/drivers/connector/ |
| D | connector.c | 100 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
| /Linux-v5.4/tools/testing/vsock/ |
| D | vsock_diag_test.c | 292 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | netlink.c | 114 case NLMSG_DONE: in bpf_netlink_recv()
|
| /Linux-v5.4/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 106 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | iwpm_util.c | 675 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
|
| /Linux-v5.4/net/smc/ |
| D | smc_pnet.c | 590 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
|
| /Linux-v5.4/net/netfilter/ |
| D | nfnetlink_log.c | 350 NLMSG_DONE, in __nfulnl_send()
|
| /Linux-v5.4/drivers/net/team/ |
| D | team.c | 2464 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get() 2753 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
|
| /Linux-v5.4/net/core/ |
| D | devlink.c | 1901 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_tables_fill() 2181 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_entries_fill() 2325 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_headers_fill() 2627 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill() 4568 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
|
| /Linux-v5.4/kernel/ |
| D | audit.c | 908 int t = done ? NLMSG_DONE : type; in audit_make_reply()
|
| /Linux-v5.4/net/netlink/ |
| D | af_netlink.c | 2259 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, in netlink_dump()
|