/Linux-v6.6/tools/accounting/ |
D | procacct.c | 189 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 359 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
|
D | getdelays.c | 182 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 476 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
|
/Linux-v6.6/Documentation/userspace-api/netlink/ |
D | intro.rst | 184 - ``NLMSG_ERROR`` - carries the return code of an operation; 188 ``NLMSG_ERROR`` and ``NLMSG_DONE`` are of practical importance. 191 with ``NLMSG_ERROR`` if there is no error. To avoid having to special-case 194 The format of ``NLMSG_ERROR`` is described by struct nlmsgerr:: 209 and second of the request. ``NLMSG_ERROR`` carries the information about 221 The second optional element of ``NLMSG_ERROR`` are the extended ACK 329 __u16 nlmsg_type: NLMSG_ERROR 357 in ``NLMSG_ERROR`` and ``NLMSG_DONE`` messages. To maintain backward 439 user) and does not involve any control messages like ``NLMSG_ERROR`` or
|
/Linux-v6.6/tools/testing/selftests/netfilter/ |
D | audit_logread.c | 42 rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */ in audit_recv()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | netlink.h | 103 #define NLMSG_ERROR 0x2 /* Error */ macro
|
/Linux-v6.6/include/uapi/linux/ |
D | netlink.h | 113 #define NLMSG_ERROR 0x2 /* Error */ macro
|
/Linux-v6.6/samples/connector/ |
D | ucon.c | 217 case NLMSG_ERROR: in main()
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | ipsec.c | 295 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer() 1050 if (answer.nh.nlmsg_type == NLMSG_ERROR) { in xfrm_state_check() 1316 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_state_allocspi() 1405 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_monitor_acquire() 1479 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_expire_state() 1557 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_expire_policy() 1632 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_spdinfo_set_thresh() 1706 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_spdinfo_attrs()
|
/Linux-v6.6/tools/testing/selftests/nci/ |
D | nci_dev.c | 196 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_family_id() 267 if (msg->n.nlmsg_type == NLMSG_ERROR || in get_nci_devid() 664 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_taginfo()
|
/Linux-v6.6/tools/testing/selftests/net/mptcp/ |
D | pm_nl_ctl.c | 139 if (nh->nlmsg_type == NLMSG_ERROR) in capture_events() 140 error(1, NLMSG_ERROR, "received invalid NL message"); in capture_events() 237 if (nh->nlmsg_type == NLMSG_ERROR && nl_error(nh)) in do_nl_req() 1057 if (nh->nlmsg_type == NLMSG_ERROR) in print_addrs() 1164 if (nh->nlmsg_type == NLMSG_ERROR) in print_limits()
|
/Linux-v6.6/tools/testing/selftests/connector/ |
D | proc_filter.c | 140 if (hdr->nlmsg_type == NLMSG_ERROR) { in handle_packet()
|
/Linux-v6.6/tools/testing/vsock/ |
D | vsock_diag_test.c | 285 if (h->nlmsg_type == NLMSG_ERROR) { in read_vsock_stat()
|
/Linux-v6.6/tools/net/ynl/lib/ |
D | ynl.py | 31 NLMSG_ERROR = 2 variable in Netlink 199 if self.nl_type == Netlink.NLMSG_ERROR:
|
D | ynl.c | 300 [NLMSG_ERROR] = ynl_cb_error,
|
/Linux-v6.6/net/ncsi/ |
D | ncsi-netlink.c | 581 NLMSG_ERROR, sizeof(*nle), 0); in ncsi_send_netlink_err()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | xsk.c | 370 case NLMSG_ERROR: in netlink_recv()
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | net.c | 180 case NLMSG_ERROR: in netlink_recv()
|
/Linux-v6.6/tools/lib/bpf/ |
D | netlink.c | 187 case NLMSG_ERROR: in libbpf_netlink_recv()
|
/Linux-v6.6/net/ipv6/ |
D | ip6mr.c | 783 nlh->nlmsg_type = NLMSG_ERROR; in ip6mr_destroy_unres() 1025 nlh->nlmsg_type = NLMSG_ERROR; in ip6mr_cache_resolve()
|
/Linux-v6.6/net/ipv4/ |
D | ipmr.c | 732 nlh->nlmsg_type = NLMSG_ERROR; in ipmr_destroy_unres() 997 nlh->nlmsg_type = NLMSG_ERROR; in ipmr_cache_resolve()
|
/Linux-v6.6/net/netfilter/ipset/ |
D | ip_set_core.c | 1738 nlh->nlmsg_seq, NLMSG_ERROR, payload, 0); in call_ad()
|
/Linux-v6.6/net/netlink/ |
D | af_netlink.c | 2487 NLMSG_ERROR, sizeof(*errmsg), flags); in netlink_ack()
|