Searched defs:RTA_LENGTH (Results 1 – 2 of 2) sorted by relevance
70 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len)) macro