Searched refs:IP6T_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 Dlibip6tc.h8 #ifndef IP6T_MIN_ALIGN
9 #define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry)) macro
11 #define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h8 #ifndef IP6T_MIN_ALIGN
9 #define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry)) macro
11 #define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1))

Completed in 29 milliseconds