Searched defs:RTA_ALIGN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Drtnetlink.h164 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) ) macro

Completed in 114 milliseconds