Home
last modified time | relevance | path

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

/external/iproute2/include/linux/netfilter/
Dx_tables.h62 .target_size = XT_ALIGN(__size), \
101 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \ macro
/external/iptables/extensions/
Dlibip6t_NFLOG.c147 .size = XT_ALIGN(sizeof(struct xt_nflog_info)),
148 .userspacesize = XT_ALIGN(sizeof(struct xt_nflog_info)),
Dlibipt_NFLOG.c147 .size = XT_ALIGN(sizeof(struct xt_nflog_info)),
148 .userspacesize = XT_ALIGN(sizeof(struct xt_nflog_info)),
/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_tables.h318 #define IPT_ALIGN(s) XT_ALIGN(s)
/external/kernel-headers/original/linux/netfilter/
Dx_tables.h91 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \ macro
/external/iproute2/tc/
Dm_xt.c80 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size; in build_st()
Dm_xt_old.c171 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size; in build_st()