Lines Matching refs:nlmsghdr
107 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
158 struct nlmsghdr *nh; in netlink_recv()
173 for (nh = (struct nlmsghdr *)buf; NLMSG_OK(nh, (unsigned int)len); in netlink_recv()
210 static int __dump_class_nlmsg(struct nlmsghdr *nlh, in __dump_class_nlmsg()
230 struct nlmsghdr nlh; in netlink_get_class()
249 static int __dump_qdisc_nlmsg(struct nlmsghdr *nlh, in __dump_qdisc_nlmsg()
269 struct nlmsghdr nlh; in netlink_get_qdisc()
288 static int __dump_filter_nlmsg(struct nlmsghdr *nlh, in __dump_filter_nlmsg()
308 struct nlmsghdr nlh; in netlink_get_filter()
328 static int __dump_link_nlmsg(struct nlmsghdr *nlh, in __dump_link_nlmsg()
347 struct nlmsghdr nlh; in netlink_get_link()