Lines Matching refs:tcmsg
204 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg()
220 struct tcmsg t; in netlink_get_class()
222 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_class()
243 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg()
259 struct tcmsg t; in netlink_get_qdisc()
261 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_qdisc()
282 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg()
298 struct tcmsg t; in netlink_get_filter()
300 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_filter()
386 struct tcmsg *info = msg; in dump_class_qdisc_nlmsg()
421 return do_filter_dump((struct tcmsg *)msg, tb, filter_info->kind, in dump_filter_nlmsg()