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

1 23

  /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 136 struct tcmsg *t = NLMSG_DATA(n);
m_xt.c 214 struct tcmsg *t = NLMSG_DATA(n);
m_xt_old.c 303 struct tcmsg *t = NLMSG_DATA(n);
f_rsvp.c 174 struct tcmsg *t = NLMSG_DATA(n);
m_ipt.c 483 struct tcmsg *t = NLMSG_DATA(n);
f_u32.c 981 struct tcmsg *t = NLMSG_DATA(n);
  /external/kernel-headers/original/linux/
rtnetlink.h 467 struct tcmsg { struct
492 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
493 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))

Completed in 299 milliseconds

1 23