Searched refs:TLV_ALIGNTO (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dtipc_config.h247 #define TLV_ALIGNTO 4 macro
249 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
259 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler TLV_OK()

Completed in 108 milliseconds