Symbol: NLMSG_DONE
drivers/connector/connector.c
101
nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0);
drivers/infiniband/core/iwpm_util.c
631
nlh->nlmsg_type = NLMSG_DONE;
drivers/net/team/team_core.c
2487
nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI);
drivers/net/team/team_core.c
2785
nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI);
kernel/audit.c
985
int t = done ? NLMSG_DONE : type;
net/devlink/dpipe.c
274
NLMSG_DONE, 0, flags | NLM_F_MULTI);
net/devlink/dpipe.c
553
NLMSG_DONE, 0, flags | NLM_F_MULTI);
net/devlink/dpipe.c
697
NLMSG_DONE, 0, flags | NLM_F_MULTI);
net/devlink/health.c
1111
NLMSG_DONE, 0, flags | NLM_F_MULTI);
net/devlink/resource.c
269
NLMSG_DONE, 0, flags | NLM_F_MULTI);
net/netfilter/nfnetlink_log.c
365
NLMSG_DONE,
net/netlink/af_netlink.c
2232
nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(nlk->dump_done_errno),
net/smc/smc_pnet.c
663
hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0,
samples/bpf/xdp_router_ipv4_user.c
75
if (nh->nlmsg_type == NLMSG_DONE)
samples/connector/cn_test.c
59
nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
samples/connector/ucon.c
221
case NLMSG_DONE:
samples/connector/ucon.c
59
nlh->nlmsg_type = NLMSG_DONE;
tools/bpf/bpftool/net.c
193
case NLMSG_DONE:
tools/lib/bpf/netlink.c
194
case NLMSG_DONE:
tools/net/ynl/lib/ynl.c
603
case NLMSG_DONE:
tools/testing/selftests/bpf/xsk.c
379
case NLMSG_DONE:
tools/testing/selftests/connector/proc_filter.c
143
} else if (hdr->nlmsg_type == NLMSG_DONE) {
tools/testing/selftests/connector/proc_filter.c
51
hdr->nlmsg_type = NLMSG_DONE;
tools/testing/selftests/net/ipsec.c
1062
} else if (answer.nh.nlmsg_type == NLMSG_DONE) {
tools/testing/selftests/net/mptcp/mptcp_diag.c
328
if (nlh->nlmsg_type == NLMSG_DONE) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1091
if (nh->nlmsg_type == NLMSG_DONE)
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1227
if (nh->nlmsg_type == NLMSG_DONE)
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
244
if (nh->nlmsg_type == NLMSG_DONE)
tools/testing/selftests/net/netlink-dumps.c
57
else if (nlh->nlmsg_type == NLMSG_DONE)
tools/testing/selftests/net/ovpn/ovpn-cli.c
1282
if (h->nlmsg_type == NLMSG_DONE) {
tools/testing/vsock/vsock_diag_test.c
284
if (h->nlmsg_type == NLMSG_DONE)