Searched refs:RTA_ALIGNTO (Results 1 – 1 of 1) sorted by relevance
172 #define RTA_ALIGNTO 4U macro173 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))