Home
last modified time | relevance | path

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

/Linux-v5.10/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.c81 struct nlmsgerr *err; in bpf_netlink_recv()
111 err = (struct nlmsgerr *)NLMSG_DATA(nh); in bpf_netlink_recv()
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c57 struct nlmsgerr *err = (struct nlmsgerr *)NLMSG_DATA(nh); in nl_error()
61 if (len < sizeof(struct nlmsgerr)) in nl_error()
63 sizeof(struct nlmsgerr)); in nl_error()
/Linux-v5.10/tools/include/uapi/linux/
Dnetlink.h109 struct nlmsgerr { struct
/Linux-v5.10/include/uapi/linux/
Dnetlink.h109 struct nlmsgerr { struct
/Linux-v5.10/tools/bpf/bpftool/
Dnet.c145 struct nlmsgerr *err; in netlink_recv()
175 err = (struct nlmsgerr *)NLMSG_DATA(nh); in netlink_recv()
/Linux-v5.10/net/ncsi/
Dncsi-netlink.c566 struct nlmsgerr *nle; in ncsi_send_netlink_err()
578 nle = (struct nlmsgerr *)nlmsg_data(nlh); in ncsi_send_netlink_err()
/Linux-v5.10/tools/testing/vsock/
Dvsock_diag_test.c286 const struct nlmsgerr *err = NLMSG_DATA(h); in read_vsock_stat()
/Linux-v5.10/tools/accounting/
Dgetdelays.c462 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
/Linux-v5.10/net/ipv6/
Dip6mr.c782 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_destroy_unres()
784 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -ETIMEDOUT; in ip6mr_destroy_unres()
1023 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_cache_resolve()
1025 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -EMSGSIZE; in ip6mr_cache_resolve()
/Linux-v5.10/net/ipv4/
Dipmr.c722 struct nlmsgerr *e; in ipmr_destroy_unres()
731 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ipmr_destroy_unres()
978 struct nlmsgerr *e; in ipmr_cache_resolve()
992 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ipmr_cache_resolve()
/Linux-v5.10/net/netfilter/ipset/
Dip_set_core.c1732 struct nlmsgerr *errmsg; in call_ad()
/Linux-v5.10/net/netlink/
Daf_netlink.c2401 struct nlmsgerr *errmsg; in netlink_ack()