HomeSort by relevance Sort by last modified time
    Searched refs:XT_ALIGN (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /external/iptables/extensions/
libxt_u32.c 271 .size = XT_ALIGN(sizeof(struct xt_u32)),
272 .userspacesize = XT_ALIGN(sizeof(struct xt_u32)),
libipt_CLUSTERIP.c 182 .size = XT_ALIGN(sizeof(struct ipt_clusterip_tgt_info)),
libxt_CT.c 160 .size = XT_ALIGN(sizeof(struct xt_ct_target_info)),
libxt_limit.c 150 .size = XT_ALIGN(sizeof(struct xt_rateinfo)),
libxt_statistic.c 136 .size = XT_ALIGN(sizeof(struct xt_statistic_info)),
libxt_rateest.c 438 .size = XT_ALIGN(sizeof(struct xt_rateest_match_info)),
439 .userspacesize = XT_ALIGN(offsetof(struct xt_rateest_match_info, est1)),
libxt_string.c 312 .size = XT_ALIGN(sizeof(struct xt_string_info)),
327 .size = XT_ALIGN(sizeof(struct xt_string_info)),
libxt_tcp.c 377 .size = XT_ALIGN(sizeof(struct xt_tcp)),
378 .userspacesize = XT_ALIGN(sizeof(struct xt_tcp)),
libxt_hashlimit.c 502 .size = XT_ALIGN(sizeof(struct xt_hashlimit_info)),
517 .size = XT_ALIGN(sizeof(struct xt_hashlimit_mtinfo1)),
532 .size = XT_ALIGN(sizeof(struct xt_hashlimit_mtinfo1)),
libxt_sctp.c 496 .size = XT_ALIGN(sizeof(struct xt_sctp_info)),
497 .userspacesize = XT_ALIGN(sizeof(struct xt_sctp_info)),
libxt_time.c 438 .size = XT_ALIGN(sizeof(struct xt_time_info)),
439 .userspacesize = XT_ALIGN(sizeof(struct xt_time_info)),
  /external/iptables/iptables/
xshared.c 142 size = XT_ALIGN(sizeof(struct ip6t_entry_match)) + m->size;
ip6tables.c 769 size += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
772 + XT_ALIGN(sizeof(struct ip6t_entry_target))
780 XT_ALIGN(sizeof(struct ip6t_entry_match))
782 mptr += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
786 XT_ALIGN(sizeof(struct ip6t_entry_target))
    [all...]
iptables.c 774 size += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
777 + XT_ALIGN(sizeof(struct ipt_entry_target))
785 XT_ALIGN(sizeof(struct ipt_entry_match))
787 mptr += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
791 XT_ALIGN(sizeof(struct ipt_entry_target))
    [all...]
xtables.c 889 if (me->size != XT_ALIGN(me->size)) {
988 if (me->size != XT_ALIGN(me->size)) {
    [all...]
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 91 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 318 #define IPT_ALIGN(s) XT_ALIGN(s)
  /external/iptables/libiptc/
libip4tc.c 115 #define ALIGN XT_ALIGN
212 mptr += XT_ALIGN(sizeof(struct ipt_entry_target));
libip6tc.c 110 #define ALIGN XT_ALIGN
244 mptr += XT_ALIGN(sizeof(struct ip6t_entry_target));
  /external/iproute2/tc/
m_xt.c 85 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
m_xt_old.c 176 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;

Completed in 354 milliseconds

1 2 3 4 56