Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds