Lines Matching refs:t
1620 struct tcamsg *t; in tca_get_fill() local
1625 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*t), flags); in tca_get_fill()
1628 t = nlmsg_data(nlh); in tca_get_fill()
1629 t->tca_family = AF_UNSPEC; in tca_get_fill()
1630 t->tca__pad1 = 0; in tca_get_fill()
1631 t->tca__pad2 = 0; in tca_get_fill()
1726 struct tcamsg *t; in tca_action_flush() local
1754 sizeof(*t), 0); in tca_action_flush()
1759 t = nlmsg_data(nlh); in tca_action_flush()
1760 t->tca_family = AF_UNSPEC; in tca_action_flush()
1761 t->tca__pad1 = 0; in tca_action_flush()
1762 t->tca__pad2 = 0; in tca_action_flush()
2133 struct tcamsg *t = (struct tcamsg *) nlmsg_data(cb->nlh); in tc_dump_action() local
2168 cb->nlh->nlmsg_type, sizeof(*t), 0); in tc_dump_action()
2175 t = nlmsg_data(nlh); in tc_dump_action()
2176 t->tca_family = AF_UNSPEC; in tc_dump_action()
2177 t->tca__pad1 = 0; in tc_dump_action()
2178 t->tca__pad2 = 0; in tc_dump_action()