Lines Matching refs:tcmsg
203 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg()
219 struct tcmsg t; in netlink_get_class()
221 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_class()
242 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg()
258 struct tcmsg t; in netlink_get_qdisc()
260 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_qdisc()
281 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg()
297 struct tcmsg t; in netlink_get_filter()
299 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_filter()
385 struct tcmsg *info = msg; in dump_class_qdisc_nlmsg()
420 return do_filter_dump((struct tcmsg *)msg, tb, filter_info->kind, in dump_filter_nlmsg()