Searched refs:OFP_ALIGNMENT (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/net/
H A Dofp.h31 #define OFP_ALIGNMENT 8 /* OFP alignment */ macro
32 #define OFP_ALIGN(_x) (((_x) + (OFP_ALIGNMENT - 1)) & ~(OFP_ALIGNMENT - 1))

Completed in 74 milliseconds