Home
last modified time | relevance | path

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

/linux/samples/connector/
A Ducon.c59 nlh->nlmsg_type = NLMSG_DONE; in netlink_send()
221 case NLMSG_DONE: in main()
A Dcn_test.c59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
/linux/tools/include/uapi/linux/
A Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux/include/uapi/linux/
A Dnetlink.h105 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux/drivers/connector/
A Dconnector.c100 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
/linux/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c468 if (nh->nlmsg_type == NLMSG_DONE) in print_addrs()
575 if (nh->nlmsg_type == NLMSG_DONE) in print_limits()
/linux/tools/testing/vsock/
A Dvsock_diag_test.c282 if (h->nlmsg_type == NLMSG_DONE) in read_vsock_stat()
/linux/drivers/infiniband/core/
A Diwpm_util.c631 nlh->nlmsg_type = NLMSG_DONE; in send_nlmsg_done()
/linux/tools/bpf/bpftool/
A Dnet.c180 case NLMSG_DONE: in netlink_recv()
/linux/samples/bpf/
A Dxdp_router_ipv4_user.c106 if (nh->nlmsg_type == NLMSG_DONE) in recv_msg()
/linux/tools/lib/bpf/
A Dnetlink.c132 case NLMSG_DONE: in libbpf_netlink_recv()
/linux/net/smc/
A Dsmc_pnet.c653 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
/linux/net/netfilter/
A Dnfnetlink_log.c354 NLMSG_DONE, in __nfulnl_send()
/linux/drivers/net/team/
A Dteam.c2475 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2764 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
/linux/kernel/
A Daudit.c912 int t = done ? NLMSG_DONE : type; in audit_make_reply()
/linux/net/core/
A Ddevlink.c3112 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_tables_fill()
3392 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_entries_fill()
3536 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_dpipe_headers_fill()
3838 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_resource_fill()
6646 NLMSG_DONE, 0, flags | NLM_F_MULTI); in devlink_fmsg_snd()
/linux/tools/testing/selftests/net/
A Dipsec.c1069 } else if (answer.nh.nlmsg_type == NLMSG_DONE) { in xfrm_state_check()
/linux/net/netlink/
A Daf_netlink.c2197 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(nlk->dump_done_errno), in netlink_dump_done()

Completed in 63 milliseconds