Symbol: XT_ALIGN
include/uapi/linux/netfilter/x_tables.h
60
.target_size = XT_ALIGN(__size), \
net/bridge/netfilter/ebtables.c
1462
XT_ALIGN(datasize)))
net/bridge/netfilter/ebtables.c
1644
return XT_ALIGN(userlen) - COMPAT_XT_ALIGN(userlen);
net/bridge/netfilter/ebtables.c
2056
pad = XT_ALIGN(size_kern) - size_kern;
net/netfilter/nft_compat.c
191
pad = XT_ALIGN(t->targetsize) - t->targetsize;
net/netfilter/nft_compat.c
250
size_t size = XT_ALIGN(nla_len(tb[NFTA_TARGET_INFO]));
net/netfilter/nft_compat.c
321
unsigned int info_size, aligned_size = XT_ALIGN(size);
net/netfilter/nft_compat.c
516
pad = XT_ALIGN(m->matchsize) - m->matchsize;
net/netfilter/nft_compat.c
528
size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO]));
net/netfilter/nft_compat.c
564
priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL_ACCOUNT);
net/netfilter/nft_compat.c
665
size_t size = XT_ALIGN(match->matchsize);
net/netfilter/nft_compat.c
865
matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize));
net/netfilter/nft_compat.c
947
ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize));
net/netfilter/x_tables.c
1053
if (XT_ALIGN(par->target->targetsize) != size) {
net/netfilter/x_tables.c
1057
XT_ALIGN(par->target->targetsize), size);
net/netfilter/x_tables.c
1220
return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize);
net/netfilter/x_tables.c
333
XT_ALIGN(K->u.kernel.TYPE->TYPE##size))
net/netfilter/x_tables.c
486
if (XT_ALIGN(par->match->matchsize) != size &&
net/netfilter/x_tables.c
495
XT_ALIGN(par->match->matchsize), size);
net/netfilter/x_tables.c
793
return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize);
net/netfilter/x_tables.c
988
if (XT_ALIGN(target_offset + sizeof(*st)) != next_offset)
net/netfilter/xt_ipvs.c
176
.matchsize = XT_ALIGN(sizeof(struct xt_ipvs_mtinfo)),
net/netfilter/xt_l2tp.c
319
.matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
net/netfilter/xt_l2tp.c
333
.matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
net/sched/em_ipt.c
159
mdata_len = XT_ALIGN(nla_len(tb[TCA_EM_IPT_MATCH_DATA]));