XT_ALIGN
.target_size = XT_ALIGN(__size), \
XT_ALIGN(datasize)))
return XT_ALIGN(userlen) - COMPAT_XT_ALIGN(userlen);
pad = XT_ALIGN(size_kern) - size_kern;
pad = XT_ALIGN(t->targetsize) - t->targetsize;
size_t size = XT_ALIGN(nla_len(tb[NFTA_TARGET_INFO]));
unsigned int info_size, aligned_size = XT_ALIGN(size);
pad = XT_ALIGN(m->matchsize) - m->matchsize;
size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO]));
priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL_ACCOUNT);
size_t size = XT_ALIGN(match->matchsize);
matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize));
ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize));
if (XT_ALIGN(par->target->targetsize) != size) {
XT_ALIGN(par->target->targetsize), size);
return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize);
XT_ALIGN(K->u.kernel.TYPE->TYPE##size))
if (XT_ALIGN(par->match->matchsize) != size &&
XT_ALIGN(par->match->matchsize), size);
return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize);
if (XT_ALIGN(target_offset + sizeof(*st)) != next_offset)
.matchsize = XT_ALIGN(sizeof(struct xt_ipvs_mtinfo)),
.matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
.matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
mdata_len = XT_ALIGN(nla_len(tb[TCA_EM_IPT_MATCH_DATA]));