Home
last modified time | relevance | path

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

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