Home
last modified time | relevance | path

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

/Linux-v5.15/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.c95 struct nlmsgerr *err; in libbpf_netlink_recv()
126 err = (struct nlmsgerr *)NLMSG_DATA(nh); in libbpf_netlink_recv()
/Linux-v5.15/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c58 struct nlmsgerr *err = (struct nlmsgerr *)NLMSG_DATA(nh); in nl_error()
62 if (len < sizeof(struct nlmsgerr)) in nl_error()
64 sizeof(struct nlmsgerr)); in nl_error()
/Linux-v5.15/tools/include/uapi/linux/
Dnetlink.h109 struct nlmsgerr { struct
/Linux-v5.15/include/uapi/linux/
Dnetlink.h110 struct nlmsgerr { struct
/Linux-v5.15/tools/bpf/bpftool/
Dnet.c144 struct nlmsgerr *err; in netlink_recv()
174 err = (struct nlmsgerr *)NLMSG_DATA(nh); in netlink_recv()
/Linux-v5.15/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.15/tools/testing/vsock/
Dvsock_diag_test.c286 const struct nlmsgerr *err = NLMSG_DATA(h); in read_vsock_stat()
/Linux-v5.15/tools/accounting/
Dgetdelays.c462 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
/Linux-v5.15/net/ipv6/
Dip6mr.c781 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_destroy_unres()
783 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -ETIMEDOUT; in ip6mr_destroy_unres()
1022 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_cache_resolve()
1024 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -EMSGSIZE; in ip6mr_cache_resolve()
/Linux-v5.15/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.15/net/netfilter/ipset/
Dip_set_core.c1711 struct nlmsgerr *errmsg; in call_ad()
/Linux-v5.15/net/netlink/
Daf_netlink.c2417 struct nlmsgerr *errmsg; in netlink_ack()