Lines Matching refs:tcmsg
215 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg()
231 struct tcmsg t; in netlink_get_class()
233 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_class()
254 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg()
270 struct tcmsg t; in netlink_get_qdisc()
272 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_qdisc()
293 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg()
309 struct tcmsg t; in netlink_get_filter()
311 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_filter()
397 struct tcmsg *info = msg; in dump_class_qdisc_nlmsg()
432 return do_filter_dump((struct tcmsg *)msg, tb, filter_info->kind, in dump_filter_nlmsg()