Searched refs:RTA_ALIGNTO (Results 1 – 5 of 5) sorted by relevance
59 #define RTA_ALIGNTO 4 macro60 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
62 #define RTA_ALIGNTO 4 macro63 #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) )
216 has a data length not aligned to RTA_ALIGNTO.