Searched refs:TA_RTA (Results 1 – 4 of 4) sorted by relevance
595 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
368 parse_rtattr(tb, TCAA_MAX, TA_RTA(t), len); in print_action()