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

1 2 3 4 5 6 78

  /external/iptables/extensions/
libxt_RATEEST.c 173 .size = XT_ALIGN(sizeof(struct xt_rateest_target_info)),
libxt_limit.c 159 .size = XT_ALIGN(sizeof(struct xt_rateinfo)),
libxt_statistic.c 140 .size = XT_ALIGN(sizeof(struct xt_statistic_info)),
libxt_rateest.c 436 .size = XT_ALIGN(sizeof(struct xt_rateest_match_info)),
437 .userspacesize = XT_ALIGN(offsetof(struct xt_rateest_match_info, est1)),
libxt_string.c 308 .size = XT_ALIGN(sizeof(struct xt_string_info)),
323 .size = XT_ALIGN(sizeof(struct xt_string_info)),
libxt_tcp.c 369 .size = XT_ALIGN(sizeof(struct xt_tcp)),
370 .userspacesize = XT_ALIGN(sizeof(struct xt_tcp)),
libxt_sctp.c 492 .size = XT_ALIGN(sizeof(struct xt_sctp_info)),
493 .userspacesize = XT_ALIGN(sizeof(struct xt_sctp_info)),
libxt_time.c 457 .size = XT_ALIGN(sizeof(struct xt_time_info)),
458 .userspacesize = XT_ALIGN(sizeof(struct xt_time_info)),
libxt_hashlimit.c 680 .size = XT_ALIGN(sizeof(struct xt_hashlimit_info)),
696 .size = XT_ALIGN(sizeof(struct xt_hashlimit_mtinfo1)),
712 .size = XT_ALIGN(sizeof(struct xt_hashlimit_mtinfo1)),
  /external/iptables/iptables/
xshared.c 148 size = XT_ALIGN(sizeof(struct xt_entry_match)) + m->size;
ip6tables.c 731 size += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
734 + XT_ALIGN(sizeof(struct xt_entry_target))
742 XT_ALIGN(sizeof(struct xt_entry_match))
744 mptr += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
748 XT_ALIGN(sizeof(struct xt_entry_target))
    [all...]
iptables.c 716 size += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
719 + XT_ALIGN(sizeof(struct xt_entry_target))
727 XT_ALIGN(sizeof(struct xt_entry_match))
729 mptr += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
733 XT_ALIGN(sizeof(struct xt_entry_target))
    [all...]
  /external/iptables/libiptc/
libip4tc.c 110 #define ALIGN XT_ALIGN
207 mptr += XT_ALIGN(sizeof(struct xt_entry_target));
libip6tc.c 108 #define ALIGN XT_ALIGN
242 mptr += XT_ALIGN(sizeof(struct xt_entry_target));
  /external/iproute2/tc/
m_xt.c 84 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
m_xt_old.c 176 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
  /external/iptables/libxtables/
xtables.c 958 if (me->size != XT_ALIGN(me->size)) {
1057 if (me->size != XT_ALIGN(me->size)) {
    [all...]

Completed in 1590 milliseconds

1 2 3 4 5 6 78