Home
last modified time | relevance | path

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

/external/iptables/include/libiptc/
Dlibxtc.h12 #ifndef XT_MIN_ALIGN
16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry)) macro
20 #define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))