Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dnlattr.c164 struct nlmsgerr *err; in libbpf_nla_dump_errormsg()
172 err = (struct nlmsgerr *)NLMSG_DATA(nlh); in libbpf_nla_dump_errormsg()
Dnetlink.c78 struct nlmsgerr *err; in bpf_netlink_recv()
108 err = (struct nlmsgerr *)NLMSG_DATA(nh); in bpf_netlink_recv()
/Linux-v5.4/include/uapi/linux/
Dnetlink.h109 struct nlmsgerr { struct
/Linux-v5.4/tools/include/uapi/linux/
Dnetlink.h109 struct nlmsgerr { struct
/Linux-v5.4/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.4/tools/testing/vsock/
Dvsock_diag_test.c296 const struct nlmsgerr *err = NLMSG_DATA(h); in read_vsock_stat()
/Linux-v5.4/tools/accounting/
Dgetdelays.c462 struct nlmsgerr *err = NLMSG_DATA(&msg); in main()
/Linux-v5.4/net/ipv6/
Dip6mr.c778 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_destroy_unres()
780 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -ETIMEDOUT; in ip6mr_destroy_unres()
1019 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ip6mr_cache_resolve()
1021 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -EMSGSIZE; in ip6mr_cache_resolve()
/Linux-v5.4/net/ipv4/
Dipmr.c745 struct nlmsgerr *e; in ipmr_destroy_unres()
754 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ipmr_destroy_unres()
1007 struct nlmsgerr *e; in ipmr_cache_resolve()
1021 nlh->nlmsg_len = nlmsg_msg_size(sizeof(struct nlmsgerr)); in ipmr_cache_resolve()
/Linux-v5.4/net/netfilter/ipset/
Dip_set_core.c1539 struct nlmsgerr *errmsg; in call_ad()
/Linux-v5.4/net/netlink/
Daf_netlink.c2380 struct nlmsgerr *errmsg; in netlink_ack()