Searched refs:tcamsg (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/tc/
H A Dm_action.c336 struct tcamsg *t = NLMSG_DATA(n);
387 struct tcamsg t;
398 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg));
492 struct tcamsg t;
500 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg));
531 struct tcamsg t;
539 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcamsg));
/external/iproute2/include/linux/
H A Drtnetlink.h595 struct tcamsg { struct
600 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
601 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/external/libnl/include/linux/
H A Drtnetlink.h589 struct tcamsg struct
595 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
596 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h623 struct tcamsg { struct
628 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
629 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))

Completed in 658 milliseconds