Home
last modified time | relevance | path

Searched refs:RTA_ALIGNTO (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
A Drtnetlink.h209 #define RTA_ALIGNTO 4U macro
210 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/linux/crypto/
A Dauthenc.c65 BUILD_BUG_ON(sizeof(*param) % RTA_ALIGNTO); in crypto_authenc_extractkeys()

Completed in 7 milliseconds