Lines Matching defs:tchdr
64 struct tcmsg tchdr = {
69 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr,
70 sizeof(tchdr));
164 struct tcmsg tchdr;
174 tchdr.tcm_family = AF_UNSPEC;
175 tchdr.tcm_handle = class->c_handle;
176 tchdr.tcm_parent = class->c_parent;
177 tchdr.tcm_ifindex = class->c_ifindex;
178 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) {