Symbol: NLMSG_ERROR
net/ipv4/ipmr.c
1036
nlh->nlmsg_type = NLMSG_ERROR;
net/ipv4/ipmr.c
771
nlh->nlmsg_type = NLMSG_ERROR;
net/ipv6/ip6mr.c
1069
nlh->nlmsg_type = NLMSG_ERROR;
net/ipv6/ip6mr.c
827
nlh->nlmsg_type = NLMSG_ERROR;
net/ncsi/ncsi-netlink.c
581
NLMSG_ERROR, sizeof(*nle), 0);
net/netfilter/ipset/ip_set_core.c
1784
nlh->nlmsg_seq, NLMSG_ERROR, payload, 0);
net/netlink/af_netlink.c
2498
NLMSG_ERROR, sizeof(*errmsg), flags);
samples/connector/ucon.c
217
case NLMSG_ERROR:
tools/accounting/delaytop.c
487
if (ans.n.nlmsg_type == NLMSG_ERROR ||
tools/accounting/delaytop.c
679
if (rc < 0 || resp.n.nlmsg_type == NLMSG_ERROR) {
tools/accounting/delaytop.c
838
if (rc < 0 || resp.n.nlmsg_type == NLMSG_ERROR) {
tools/accounting/getdelays.c
209
if (ans.n.nlmsg_type == NLMSG_ERROR ||
tools/accounting/getdelays.c
668
if (msg.n.nlmsg_type == NLMSG_ERROR ||
tools/accounting/procacct.c
215
if (ans.n.nlmsg_type == NLMSG_ERROR ||
tools/accounting/procacct.c
390
if (msg.n.nlmsg_type == NLMSG_ERROR ||
tools/bpf/bpftool/net.c
186
case NLMSG_ERROR:
tools/lib/bpf/netlink.c
187
case NLMSG_ERROR:
tools/net/ynl/lib/ynl.c
600
case NLMSG_ERROR:
tools/testing/selftests/acct/taskstats_fill_stats_tgid.c
161
if (nlh->nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/acct/taskstats_fill_stats_tgid.c
225
if (nlh->nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/bpf/netlink_helpers.c
215
if (h->nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
134
if (msg.n.nlmsg_type == NLMSG_ERROR)
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
189
if (msg.n.nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/bpf/xsk.c
373
case NLMSG_ERROR:
tools/testing/selftests/connector/proc_filter.c
140
if (hdr->nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/landlock/audit.h
113
if (msg->header.nlmsg_type == NLMSG_ERROR)
tools/testing/selftests/landlock/audit.h
143
} while (reply->header.nlmsg_type != NLMSG_ERROR &&
tools/testing/selftests/nci/nci_dev.c
196
if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 ||
tools/testing/selftests/nci/nci_dev.c
267
if (msg->n.nlmsg_type == NLMSG_ERROR ||
tools/testing/selftests/nci/nci_dev.c
664
if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 ||
tools/testing/selftests/net/forwarding/ipmr.c
176
ASSERT_EQ(NLMSG_ERROR, nlmsg->nlmsg_type);
tools/testing/selftests/net/ipsec.c
1055
if (answer.nh.nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
1321
} else if (answer.nh.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
1410
} else if (req.nh.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
1484
} else if (req.nh.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
1562
} else if (req.nh.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
1637
} else if (req.nh.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
1711
} else if (req.nh.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/ipsec.c
297
} else if (answer.hdr.nlmsg_type != NLMSG_ERROR) {
tools/testing/selftests/net/mptcp/mptcp_diag.c
331
} else if (nlh->nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1091
if (nh->nlmsg_type == NLMSG_ERROR)
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
1227
if (nh->nlmsg_type == NLMSG_ERROR)
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
138
if (nh->nlmsg_type == NLMSG_ERROR)
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
139
error(1, NLMSG_ERROR, "received invalid NL message");
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
245
if (nh->nlmsg_type == NLMSG_ERROR && nl_error(nh))
tools/testing/selftests/net/netfilter/audit_logread.c
42
rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */
tools/testing/selftests/net/netlink-dumps.c
55
if (nlh->nlmsg_type == NLMSG_ERROR)
tools/testing/selftests/net/ovpn/ovpn-cli.c
1306
if (h->nlmsg_type == NLMSG_ERROR) {
tools/testing/selftests/net/tcp_ao/lib/netlink.c
45
} else if (answer.hdr.nlmsg_type != NLMSG_ERROR) {
tools/testing/vsock/vsock_diag_test.c
287
if (h->nlmsg_type == NLMSG_ERROR) {