Searched refs:TA_RTA (Results 1 – 4 of 4) sorted by relevance
598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
698 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
730 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
398 parse_rtattr(tb, TCA_ROOT_MAX, TA_RTA(t), len); in print_action()