Home
last modified time | relevance | path

Searched refs:NLMSG_ERROR (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-6.6/tools/accounting/
H A Dprocacct.c189 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
359 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
H A Dgetdelays.c182 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
476 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Daudit_logread.c42 rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */ in audit_recv()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnetlink.h78 #define NLMSG_ERROR 0x2 macro
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c108 if (nh->nlmsg_type == NLMSG_ERROR) { in do_nl_req()
407 if (nh->nlmsg_type == NLMSG_ERROR) in print_addrs()
514 if (nh->nlmsg_type == NLMSG_ERROR) in print_limits()
/kernel/linux/linux-5.10/samples/connector/
H A Ducon.c217 case NLMSG_ERROR: in main()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnetlink.h113 #define NLMSG_ERROR 0x2 /* Error */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnetlink.h88 #define NLMSG_ERROR 0x2 macro
/kernel/linux/linux-6.6/samples/connector/
H A Ducon.c217 case NLMSG_ERROR: in main()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnetlink.h88 #define NLMSG_ERROR 0x2 macro
/kernel/linux/linux-5.10/tools/accounting/
H A Dgetdelays.c183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
460 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
/kernel/linux/linux-6.6/tools/testing/selftests/nci/
H A Dnci_dev.c196 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()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c295 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer()
296 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type); in netlink_check_answer()
299 printk("NLMSG_ERROR: %d: %s", in netlink_check_answer()
1050 if (answer.nh.nlmsg_type == NLMSG_ERROR) { in xfrm_state_check()
1051 printk("NLMSG_ERROR: %d: %s", in xfrm_state_check()
1316 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_state_allocspi()
1317 printk("expected NLMSG_ERROR, got %d", (int)answer.nh.nlmsg_type); in xfrm_state_allocspi()
1321 printk("NLMSG_ERROR: %d: %s", answer.error, strerror(-answer.error)); in xfrm_state_allocspi()
1405 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_monitor_acquire()
1406 printk("expected NLMSG_ERROR, go in xfrm_monitor_acquire()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipsec.c257 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer()
258 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type); in netlink_check_answer()
261 printk("NLMSG_ERROR: %d: %s", in netlink_check_answer()
1062 if (answer.nh.nlmsg_type == NLMSG_ERROR) { in xfrm_state_check()
1063 printk("NLMSG_ERROR: %d: %s", in xfrm_state_check()
1328 } else if (answer.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_state_allocspi()
1329 printk("expected NLMSG_ERROR, got %d", (int)answer.nh.nlmsg_type); in xfrm_state_allocspi()
1333 printk("NLMSG_ERROR: %d: %s", answer.error, strerror(-answer.error)); in xfrm_state_allocspi()
1417 } else if (req.nh.nlmsg_type != NLMSG_ERROR) { in xfrm_monitor_acquire()
1418 printk("expected NLMSG_ERROR, go in xfrm_monitor_acquire()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c139 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()
/kernel/linux/linux-6.6/tools/testing/selftests/connector/
H A Dproc_filter.c140 if (hdr->nlmsg_type == NLMSG_ERROR) { in handle_packet()
141 perror("NLMSG_ERROR error\n"); in handle_packet()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py31 NLMSG_ERROR = 2 variable in Netlink
199 if self.nl_type == Netlink.NLMSG_ERROR:
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dvsock_diag_test.c285 if (h->nlmsg_type == NLMSG_ERROR) { in read_vsock_stat()
289 fprintf(stderr, "NLMSG_ERROR\n"); in read_vsock_stat()
292 perror("NLMSG_ERROR"); in read_vsock_stat()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnetlink.c110 case NLMSG_ERROR: in bpf_netlink_recv()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dvsock_diag_test.c285 if (h->nlmsg_type == NLMSG_ERROR) { in read_vsock_stat()
289 fprintf(stderr, "NLMSG_ERROR\n"); in read_vsock_stat()
292 perror("NLMSG_ERROR"); in read_vsock_stat()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dnet.c173 case NLMSG_ERROR: in netlink_recv()
/kernel/linux/linux-5.10/net/ncsi/
H A Dncsi-netlink.c581 NLMSG_ERROR, sizeof(*nle), 0); in ncsi_send_netlink_err()

Completed in 28 milliseconds

12