HomeSort by relevance Sort by last modified time
    Searched refs:tcmsg (Results 1 - 25 of 42) sorted by null

1 2

  /external/strace/
rtnl_tc.c 301 struct tcmsg tcmsg = { .tcm_family = family }; local
302 size_t offset = sizeof(tcmsg.tcm_family);
305 PRINT_FIELD_XVAL("{", tcmsg, tcm_family, addrfams, "AF_???");
308 if (len >= sizeof(tcmsg)) {
310 sizeof(tcmsg) - offset,
311 (char *) &tcmsg + offset)) {
312 PRINT_FIELD_IFINDEX("", tcmsg, tcm_ifindex);
313 PRINT_FIELD_U(", ", tcmsg, tcm_handle);
314 PRINT_FIELD_U(", ", tcmsg, tcm_parent)
    [all...]
  /external/strace/tests/
nlattr_tca_stab.c 43 const unsigned int hdrlen = sizeof(struct tcmsg);
54 struct tcmsg *const msg = NLMSG_DATA(nlh);
55 SET_STRUCT(struct tcmsg, msg,
nlattr_tcmsg.c 46 struct tcmsg *const msg = NLMSG_DATA(nlh);
47 SET_STRUCT(struct tcmsg, msg,
70 const unsigned int hdrlen = sizeof(struct tcmsg);
nlattr_tc_stats.c 39 const unsigned int hdrlen = sizeof(struct tcmsg);
50 struct tcmsg *const msg = NLMSG_DATA(nlh);
51 SET_STRUCT(struct tcmsg, msg,
  /external/strace/tests-m32/
nlattr_tca_stab.c 43 const unsigned int hdrlen = sizeof(struct tcmsg);
54 struct tcmsg *const msg = NLMSG_DATA(nlh);
55 SET_STRUCT(struct tcmsg, msg,
nlattr_tcmsg.c 46 struct tcmsg *const msg = NLMSG_DATA(nlh);
47 SET_STRUCT(struct tcmsg, msg,
70 const unsigned int hdrlen = sizeof(struct tcmsg);
nlattr_tc_stats.c 39 const unsigned int hdrlen = sizeof(struct tcmsg);
50 struct tcmsg *const msg = NLMSG_DATA(nlh);
51 SET_STRUCT(struct tcmsg, msg,
  /external/strace/tests-mx32/
nlattr_tca_stab.c 43 const unsigned int hdrlen = sizeof(struct tcmsg);
54 struct tcmsg *const msg = NLMSG_DATA(nlh);
55 SET_STRUCT(struct tcmsg, msg,
nlattr_tcmsg.c 46 struct tcmsg *const msg = NLMSG_DATA(nlh);
47 SET_STRUCT(struct tcmsg, msg,
70 const unsigned int hdrlen = sizeof(struct tcmsg);
nlattr_tc_stats.c 39 const unsigned int hdrlen = sizeof(struct tcmsg);
50 struct tcmsg *const msg = NLMSG_DATA(nlh);
51 SET_STRUCT(struct tcmsg, msg,
  /external/iproute2/tc/
tc_qdisc.c 57 struct tcmsg t;
60 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)),
205 struct tcmsg *t = NLMSG_DATA(n);
303 struct tcmsg t = { .tcm_family = AF_UNSPEC };
344 struct tcmsg t;
348 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)),
f_cgroup.c 28 struct tcmsg *t = NLMSG_DATA(n);
tc_filter.c 50 struct tcmsg t;
53 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)),
216 struct tcmsg *t = NLMSG_DATA(n);
319 struct tcmsg t;
322 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)),
501 struct tcmsg t;
504 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)),
f_basic.c 42 struct tcmsg *t = NLMSG_DATA(n);
f_matchall.c 41 struct tcmsg *t = NLMSG_DATA(n);
tc_class.c 61 struct tcmsg t;
64 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)),
304 struct tcmsg *t = NLMSG_DATA(n);
391 struct tcmsg t = { .tcm_family = AF_UNSPEC };
f_fw.c 45 struct tcmsg *t = NLMSG_DATA(n);
  /external/libnl/lib/route/
class.c 62 struct tcmsg tchdr = {
198 struct tcmsg tchdr;
448 .co_hdrsize = sizeof(struct tcmsg),
cls.c 39 struct tcmsg *tchdr;
386 struct tcmsg tchdr = {
406 .co_hdrsize = sizeof(struct tcmsg),
qdisc.c 52 struct tcmsg tchdr = {
277 struct tcmsg tchdr;
536 .co_hdrsize = sizeof(struct tcmsg),
  /external/libnl/include/linux-private/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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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))
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 385 struct tcmsg { struct
411 #define TCA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
412 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct tcmsg))
  /external/iproute2/include/uapi/linux/
rtnetlink.h 535 struct tcmsg { struct
563 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
564 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 537 struct tcmsg { struct
566 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
567 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))

Completed in 827 milliseconds

1 2