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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/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 64 milliseconds