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

/openbsd-current/sys/net/
H A Dofp.h32 #define OFP_ALIGN(_x) (((_x) + (OFP_ALIGNMENT - 1)) & ~(OFP_ALIGNMENT - 1)) macro

Completed in 151 milliseconds