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