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

/external/iproute2/tc/
H A Df_cgroup.c28 struct tcmsg *t = NLMSG_DATA(n);
H A Dtc_qdisc.c57 struct tcmsg t;
67 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
209 struct tcmsg *t = NLMSG_DATA(n);
288 struct tcmsg t;
H A Df_basic.c42 struct tcmsg *t = NLMSG_DATA(n);
H A Dtc_class.c62 struct tcmsg t;
75 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
309 struct tcmsg *t = NLMSG_DATA(n);
396 struct tcmsg t;
H A Dtc_filter.c48 struct tcmsg t;
66 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg));
199 struct tcmsg *t = NLMSG_DATA(n);
279 struct tcmsg t;
H A Df_bpf.c68 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 Df_flow.c137 struct tcmsg *t = NLMSG_DATA(n);
H A Dm_xt.c237 struct tcmsg *t = NLMSG_DATA(n);
H A Dm_xt_old.c301 struct tcmsg *t = NLMSG_DATA(n);
H A Dtc.c99 struct tcmsg *t = NLMSG_DATA(n);
H A Df_flower.c166 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.c980 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/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/iproute2/include/linux/
H A Drtnetlink.h520 struct tcmsg { struct
545 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
546 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h518 struct tcmsg { struct
543 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
544 #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 112 milliseconds