Searched refs:RTA_ALIGNTO (Results 1 – 2 of 2) sorted by relevance
62 #define RTA_ALIGNTO 4 macro63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
245 #define RTA_ALIGNTO NL_RTA_ALIGN_SIZE macro