Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Drtnetlink.h202 #define RTA_ALIGNTO 4U macro
203 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drtnetlink.h218 #define RTA_ALIGNTO 4U macro
219 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drtnetlink.h170 #define RTA_ALIGNTO 4U macro
171 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drtnetlink.h139 #define RTA_ALIGNTO 4U macro
140 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drtnetlink.h170 #define RTA_ALIGNTO 4U macro
171 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/kernel/linux/linux-5.10/crypto/
H A Dauthenc.c65 BUILD_BUG_ON(sizeof(*param) % RTA_ALIGNTO); in crypto_authenc_extractkeys()
/kernel/linux/linux-6.6/crypto/
H A Dauthenc.c65 BUILD_BUG_ON(sizeof(*param) % RTA_ALIGNTO); in crypto_authenc_extractkeys()

Completed in 12 milliseconds