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