Searched defs:IP6T_ALIGN (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/include/libiptc/
H A Dlibip6tc.h11 #define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1)) macro
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h316 #define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry)-1)) macro

Completed in 160 milliseconds