Lines Matching refs:t
209 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg() local
212 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*t)); in __dump_class_nlmsg()
213 attr = (struct nlattr *) ((void *) t + NLMSG_ALIGN(sizeof(*t))); in __dump_class_nlmsg()
217 return dump_class_nlmsg(cookie, t, tb); in __dump_class_nlmsg()
225 struct tcmsg t; in netlink_get_class() member
230 .t.tcm_family = AF_UNSPEC, in netlink_get_class()
231 .t.tcm_ifindex = ifindex, in netlink_get_class()
248 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg() local
251 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*t)); in __dump_qdisc_nlmsg()
252 attr = (struct nlattr *) ((void *) t + NLMSG_ALIGN(sizeof(*t))); in __dump_qdisc_nlmsg()
256 return dump_qdisc_nlmsg(cookie, t, tb); in __dump_qdisc_nlmsg()
264 struct tcmsg t; in netlink_get_qdisc() member
269 .t.tcm_family = AF_UNSPEC, in netlink_get_qdisc()
270 .t.tcm_ifindex = ifindex, in netlink_get_qdisc()
287 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg() local
290 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*t)); in __dump_filter_nlmsg()
291 attr = (struct nlattr *) ((void *) t + NLMSG_ALIGN(sizeof(*t))); in __dump_filter_nlmsg()
295 return dump_filter_nlmsg(cookie, t, tb); in __dump_filter_nlmsg()
303 struct tcmsg t; in netlink_get_filter() member
308 .t.tcm_family = AF_UNSPEC, in netlink_get_filter()
309 .t.tcm_ifindex = ifindex, in netlink_get_filter()
310 .t.tcm_parent = handle, in netlink_get_filter()