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

/external/iproute2/include/libiptc/
H A Dlibiptc.h12 #ifndef IPT_MIN_ALIGN
16 #define IPT_MIN_ALIGN (__alignof__(struct ipt_entry)) macro
19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1))

Completed in 50 milliseconds