Searched refs:XT_ALIGN (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dx_tables.h60 .target_size = XT_ALIGN(__size), \
100 #define XT_ALIGN(s) __ALIGN_KERNEL((s), __alignof__(struct _xt_align)) macro
/linux-master/net/netfilter/
H A Dnft_compat.c190 pad = XT_ALIGN(t->targetsize) - t->targetsize;
249 size_t size = XT_ALIGN(nla_len(tb[NFTA_TARGET_INFO]));
320 unsigned int info_size, aligned_size = XT_ALIGN(size);
491 pad = XT_ALIGN(m->matchsize) - m->matchsize;
503 size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO]));
539 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL);
828 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize));
910 ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize));
H A Dxt_ipvs.c176 .matchsize = XT_ALIGN(sizeof(struct xt_ipvs_mtinfo)),
H A Dxt_l2tp.c319 .matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
333 .matchsize = XT_ALIGN(sizeof(struct xt_l2tp_info)),
H A Dx_tables.c330 XT_ALIGN(K->u.kernel.TYPE->TYPE##size))
485 if (XT_ALIGN(par->match->matchsize) != size &&
494 XT_ALIGN(par->match->matchsize), size);
747 return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize);
938 if (XT_ALIGN(target_offset + sizeof(*st)) != next_offset)
1005 if (XT_ALIGN(par->target->targetsize) != size) {
1009 XT_ALIGN(par->target->targetsize), size);
1127 return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize);
/linux-master/net/sched/
H A Dem_ipt.c159 mdata_len = XT_ALIGN(nla_len(tb[TCA_EM_IPT_MATCH_DATA]));
/linux-master/net/bridge/netfilter/
H A Debtables.c1454 XT_ALIGN(datasize)))
1636 return XT_ALIGN(userlen) - COMPAT_XT_ALIGN(userlen);
2018 pad = XT_ALIGN(size_kern) - size_kern;

Completed in 110 milliseconds