Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dnlattr.c165 struct nlmsgerr *err; in libbpf_nla_dump_errormsg()
173 err = (struct nlmsgerr *)NLMSG_DATA(nlh); in libbpf_nla_dump_errormsg()
A Dnetlink.c95 struct nlmsgerr *err; in libbpf_netlink_recv()
126 err = (struct nlmsgerr *)NLMSG_DATA(nh); in libbpf_netlink_recv()
/linux/tools/testing/selftests/net/mptcp/
A 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/tools/include/uapi/linux/
A Dnetlink.h109 struct nlmsgerr { struct
/linux/include/uapi/linux/
A Dnetlink.h110 struct nlmsgerr { struct
/linux/tools/bpf/bpftool/
A Dnet.c144 struct nlmsgerr *err; in netlink_recv()
174 err = (struct nlmsgerr *)NLMSG_DATA(nh); in netlink_recv()
/linux/net/ncsi/
A Dncsi-netlink.c570 struct nlmsgerr *nle; in ncsi_send_netlink_err()
582 nle = (struct nlmsgerr *)nlmsg_data(nlh); in ncsi_send_netlink_err()
/linux/tools/testing/vsock/
A Dvsock_diag_test.c286 const struct nlmsgerr *err = NLMSG_DATA(h); in read_vsock_stat()
/linux/tools/accounting/
A Dgetdelays.c462 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
/linux/net/ipv6/
A 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/net/ipv4/
A 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/net/netlink/
A Daf_netlink.c2403 struct nlmsgerr *errmsg; in netlink_ack()
/linux/net/netfilter/ipset/
A Dip_set_core.c1711 struct nlmsgerr *errmsg; in call_ad()

Completed in 33 milliseconds