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

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

Completed in 108 milliseconds