Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Drtnetlink.h382 #define RTNH_ALIGNTO 4 macro
383 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )