Searched defs:tcmsg (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/linux-private/linux/
H A Drtnetlink.h467 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))
/external/iproute2/include/linux/
H A Drtnetlink.h521 struct tcmsg { struct
546 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
547 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h526 struct tcmsg { struct
552 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
553 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))

Completed in 202 milliseconds