Home
last modified time | relevance | path

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

/include/uapi/linux/
A Drtnetlink.h226 #define RTA_ALIGNTO 4U macro
227 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )

Completed in 7 milliseconds