Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dnlattr.c165 struct nlmsgerr *err; in libbpf_nla_dump_errormsg()
173 err = (struct nlmsgerr *)NLMSG_DATA(nlh); in libbpf_nla_dump_errormsg()
H A Dnetlink.c142 struct nlmsgerr *err; in libbpf_netlink_recv()
188 err = (struct nlmsgerr *)NLMSG_DATA(nh); in libbpf_netlink_recv()
/openbmc/phosphor-networkd/test/
H A Dtest_netlink.cpp89 nlmsgerr ack{}; in TEST()
110 nlmsgerr err{}; in TEST()
135 stdplus::raw::equal(err, stdplus::raw::extract<nlmsgerr>(dataOut))); in TEST()
H A Dmock_syscall.cpp145 nlmsgerr ack{}; in sendmsg_ack()
/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h109 struct nlmsgerr { struct
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.cpp130 err = netlink::extractRtData<nlmsgerr>(data).error; in deleteIntf()
H A Dnetlink.cpp66 const auto& err = stdplus::raw::refFrom<nlmsgerr, Aligned>(msg); in processMsg()
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h119 struct nlmsgerr { struct
/openbmc/linux/tools/lib/thermal/
H A Dthermal_nl.c24 static int nl_error_handler(struct sockaddr_nl *nla, struct nlmsgerr *nl_err, in nl_error_handler()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c70 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler()
/openbmc/linux/tools/accounting/
H A Dprocacct.c361 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
H A Dgetdelays.c478 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.c334 struct nlmsgerr *err; in netlink_recv()
371 err = (struct nlmsgerr *)NLMSG_DATA(nh); in netlink_recv()
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c570 struct nlmsgerr *nle; in ncsi_send_netlink_err()
582 nle = (struct nlmsgerr *)nlmsg_data(nlh); in ncsi_send_netlink_err()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A 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()
/openbmc/linux/tools/testing/vsock/
H A Dvsock_diag_test.c286 const struct nlmsgerr *err = NLMSG_DATA(h); in read_vsock_stat()
/openbmc/linux/tools/bpf/bpftool/
H A Dnet.c151 struct nlmsgerr *err; in netlink_recv()
181 err = (struct nlmsgerr *)NLMSG_DATA(nh); in netlink_recv()
/openbmc/linux/net/ipv6/
H A 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()
/openbmc/qemu/linux-user/
H A Dfd-trans.c345 struct nlmsgerr *e = NLMSG_DATA(nlh); in host_to_target_for_each_nlmsg()
392 struct nlmsgerr *e = NLMSG_DATA(nlh); in target_to_host_for_each_nlmsg()
/openbmc/linux/net/ipv4/
H A 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()
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c258 const struct nlmsgerr *err = mnl_nlmsg_get_payload(nlh); in ynl_cb_error()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst194 The format of ``NLMSG_ERROR`` is described by struct nlmsgerr::
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c1760 struct nlmsgerr *errmsg; in call_ad()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2470 struct nlmsgerr *errmsg; in netlink_ack()