XT_ALIGN           60 include/uapi/linux/netfilter/x_tables.h 		.target_size	= XT_ALIGN(__size),			       \
XT_ALIGN         1323 net/bridge/netfilter/ebtables.c 			    XT_ALIGN(datasize)))
XT_ALIGN         1585 net/bridge/netfilter/ebtables.c 		return XT_ALIGN(userlen) - COMPAT_XT_ALIGN(userlen);
XT_ALIGN         1967 net/bridge/netfilter/ebtables.c 	pad = XT_ALIGN(size_kern) - size_kern;
XT_ALIGN          182 net/netfilter/nft_compat.c 	pad = XT_ALIGN(t->targetsize) - t->targetsize;
XT_ALIGN          223 net/netfilter/nft_compat.c 	size_t size = XT_ALIGN(nla_len(tb[NFTA_TARGET_INFO]));
XT_ALIGN          273 net/netfilter/nft_compat.c 	unsigned int info_size, aligned_size = XT_ALIGN(size);
XT_ALIGN          426 net/netfilter/nft_compat.c 	pad = XT_ALIGN(m->matchsize) - m->matchsize;
XT_ALIGN          438 net/netfilter/nft_compat.c 	size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO]));
XT_ALIGN          472 net/netfilter/nft_compat.c 	priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL);
XT_ALIGN          746 net/netfilter/nft_compat.c 	matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize));
XT_ALIGN          828 net/netfilter/nft_compat.c 	ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize));
XT_ALIGN          310 net/netfilter/x_tables.c 			XT_ALIGN(K->u.kernel.TYPE->TYPE##size))
XT_ALIGN          463 net/netfilter/x_tables.c 	if (XT_ALIGN(par->match->matchsize) != size &&
XT_ALIGN          472 net/netfilter/x_tables.c 				   XT_ALIGN(par->match->matchsize), size);
XT_ALIGN          725 net/netfilter/x_tables.c 	return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize);
XT_ALIGN          744 net/netfilter/x_tables.c 	pad = XT_ALIGN(match->matchsize) - match->matchsize;
XT_ALIGN          919 net/netfilter/x_tables.c 		if (XT_ALIGN(target_offset + sizeof(*st)) != next_offset)
XT_ALIGN          986 net/netfilter/x_tables.c 	if (XT_ALIGN(par->target->targetsize) != size) {
XT_ALIGN          990 net/netfilter/x_tables.c 				   XT_ALIGN(par->target->targetsize), size);
XT_ALIGN         1108 net/netfilter/x_tables.c 	return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize);
XT_ALIGN         1127 net/netfilter/x_tables.c 	pad = XT_ALIGN(target->targetsize) - target->targetsize;
XT_ALIGN          176 net/netfilter/xt_ipvs.c 	.matchsize  = XT_ALIGN(sizeof(struct xt_ipvs_mtinfo)),
XT_ALIGN          319 net/netfilter/xt_l2tp.c 		.matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
XT_ALIGN          333 net/netfilter/xt_l2tp.c 		.matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
XT_ALIGN          159 net/sched/em_ipt.c 	mdata_len = XT_ALIGN(nla_len(tb[TCA_EM_IPT_MATCH_DATA]));