Searched refs:tcmsg (Results 1 - 23 of 23) sorted by relevance

/external/iproute2/tc/
H A Df_cgroup.c28 struct tcmsg *t = NLMSG_DATA(n);
H A Dtc_class.c47 struct tcmsg t;
60 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
155 struct tcmsg *t = NLMSG_DATA(n);
237 struct tcmsg t;
H A Dtc_filter.c52 struct tcmsg t;
70 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
189 struct tcmsg *t = NLMSG_DATA(n);
265 struct tcmsg t;
H A Dtc_qdisc.c59 struct tcmsg t;
69 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
202 struct tcmsg *t = NLMSG_DATA(n);
282 struct tcmsg t;
H A Df_basic.c41 struct tcmsg *t = NLMSG_DATA(n);
H A Df_fw.c37 struct tcmsg *t = NLMSG_DATA(n);
H A Df_route.c40 struct tcmsg *t = NLMSG_DATA(n);
H A Df_tcindex.c30 struct tcmsg *t = NLMSG_DATA(n);
H A Dtc.c91 struct tcmsg *t = NLMSG_DATA(n);
H A Df_flow.c137 struct tcmsg *t = NLMSG_DATA(n);
H A Dm_xt.c215 struct tcmsg *t = NLMSG_DATA(n);
H A Dm_xt_old.c301 struct tcmsg *t = NLMSG_DATA(n);
H A Df_rsvp.c174 struct tcmsg *t = NLMSG_DATA(n);
H A Dm_ipt.c484 struct tcmsg *t = NLMSG_DATA(n);
H A Df_u32.c982 struct tcmsg *t = NLMSG_DATA(n);
/external/libnl/lib/route/
H A Dclass.c64 struct tcmsg tchdr = {
164 struct tcmsg tchdr;
281 .co_hdrsize = sizeof(struct tcmsg),
H A Dcls.c72 struct tcmsg tchdr = {
88 struct tcmsg *tchdr;
318 .co_hdrsize = sizeof(struct tcmsg),
H A Dqdisc.c133 struct tcmsg tchdr = {
318 struct tcmsg tchdr;
445 .co_hdrsize = sizeof(struct tcmsg),
H A Dtc.c61 struct tcmsg *tm;
329 struct tcmsg tchdr = {
/external/iproute2/include/linux/
H A Drtnetlink.h469 struct tcmsg { struct
494 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
495 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/libnl/include/linux/
H A Drtnetlink.h464 struct tcmsg struct
490 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
491 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h489 struct tcmsg { struct
514 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
515 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/libnl/lib/route/sch/
H A Dnetem.c294 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO);

Completed in 319 milliseconds