Home
last modified time | relevance | path

Searched refs:nlmsgerr (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/tools/lib/bpf/
Dnlattr.c165 struct nlmsgerr *err; in libbpf_nla_dump_errormsg()
173 err = (struct nlmsgerr *)NLMSG_DATA(nlh); in libbpf_nla_dump_errormsg()
Dnetlink.c134 struct nlmsgerr *err; in libbpf_netlink_recv()
180 err = (struct nlmsgerr *)NLMSG_DATA(nh); in libbpf_netlink_recv()
/Linux-v6.1/tools/include/uapi/linux/
Dnetlink.h109 struct nlmsgerr { struct
/Linux-v6.1/include/uapi/linux/
Dnetlink.h119 struct nlmsgerr { struct
/Linux-v6.1/tools/lib/thermal/
Dthermal_nl.c24 static int nl_error_handler(struct sockaddr_nl *nla, struct nlmsgerr *nl_err, in nl_error_handler()
/Linux-v6.1/tools/power/x86/intel-speed-select/
Dhfi-events.c70 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler()
/Linux-v6.1/tools/bpf/bpftool/
Dnet.c144 struct nlmsgerr *err; in netlink_recv()
174 err = (struct nlmsgerr *)NLMSG_DATA(nh); in netlink_recv()
/Linux-v6.1/tools/accounting/
Dprocacct.c366 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
Dgetdelays.c472 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
/Linux-v6.1/net/ncsi/
Dncsi-netlink.c570 struct nlmsgerr *nle; in ncsi_send_netlink_err()
582 nle = (struct nlmsgerr *)nlmsg_data(nlh); in ncsi_send_netlink_err()
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c71 struct nlmsgerr *err = (struct nlmsgerr *)NLMSG_DATA(nh); in nl_error()
75 if (len < sizeof(struct nlmsgerr)) in nl_error()
77 sizeof(struct nlmsgerr)); in nl_error()
/Linux-v6.1/tools/testing/vsock/
Dvsock_diag_test.c286 const struct nlmsgerr *err = NLMSG_DATA(h); in read_vsock_stat()
/Linux-v6.1/net/ipv6/
Dip6mr.c784 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_destroy_unres()
786 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -ETIMEDOUT; in ip6mr_destroy_unres()
1026 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_cache_resolve()
1028 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -EMSGSIZE; in ip6mr_cache_resolve()
/Linux-v6.1/net/ipv4/
Dipmr.c724 struct nlmsgerr *e; in ipmr_destroy_unres()
733 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ipmr_destroy_unres()
984 struct nlmsgerr *e; in ipmr_cache_resolve()
998 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ipmr_cache_resolve()
/Linux-v6.1/Documentation/userspace-api/netlink/
Dintro.rst194 The format of ``NLMSG_ERROR`` is described by struct nlmsgerr::
/Linux-v6.1/net/netfilter/ipset/
Dip_set_core.c1711 struct nlmsgerr *errmsg; in call_ad()
/Linux-v6.1/net/netlink/
Daf_netlink.c2471 struct nlmsgerr *errmsg; in netlink_ack()