HomeSort by relevance Sort by last modified time
    Searched refs:tcmsg (Results 76 - 93 of 93) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 623 struct tcmsg struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 623 struct tcmsg struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h 623 struct tcmsg struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
rtnetlink.h 623 struct tcmsg struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
rtnetlink.h 623 struct tcmsg struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h 623 struct tcmsg struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /external/iproute2/tc/
f_fw.c 37 struct tcmsg *t = NLMSG_DATA(n);
f_route.c 40 struct tcmsg *t = NLMSG_DATA(n);
f_tcindex.c 30 struct tcmsg *t = NLMSG_DATA(n);
tc.c 91 struct tcmsg *t = NLMSG_DATA(n);
f_flow.c 137 struct tcmsg *t = NLMSG_DATA(n);
m_xt.c 215 struct tcmsg *t = NLMSG_DATA(n);
m_xt_old.c 301 struct tcmsg *t = NLMSG_DATA(n);
f_rsvp.c 174 struct tcmsg *t = NLMSG_DATA(n);
m_ipt.c 484 struct tcmsg *t = NLMSG_DATA(n);
f_u32.c 982 struct tcmsg *t = NLMSG_DATA(n);
  /external/libnl/lib/route/
tc.c 61 struct tcmsg *tm;
329 struct tcmsg tchdr = {
  /external/libnl/lib/route/sch/
netem.c 294 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO);

Completed in 162 milliseconds

1 2 34