HomeSort by relevance Sort by last modified time
    Searched defs:tcamsg (Results 1 - 5 of 5) sorted by null

  /external/libnl/include/linux-private/linux/
rtnetlink.h 593 struct tcamsg { struct
598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
599 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 593 struct tcamsg { struct
598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
599 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 510 struct tcamsg { struct
526 #define TA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
527 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct tcamsg))
  /external/iproute2/include/uapi/linux/
rtnetlink.h 680 struct tcamsg { struct
698 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
699 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
700 /* tcamsg flags stored in attribute TCA_ROOT_FLAGS
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 685 struct tcamsg { struct
703 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
704 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
705 /* tcamsg flags stored in attribute TCA_ROOT_FLAGS

Completed in 247 milliseconds