Searched refs:targetsize (Results 26 - 50 of 52) sorted by relevance

123

/linux-master/net/ipv4/netfilter/
H A Darpt_mangle.c76 .targetsize = sizeof(struct arpt_mangle),
H A Dipt_REJECT.c92 .targetsize = sizeof(struct ipt_reject_info),
H A Dipt_ECN.c116 .targetsize = sizeof(struct ipt_ECN_info),
H A Dipt_SYNPROXY.c100 .targetsize = sizeof(struct xt_synproxy_info),
H A Dip_tables.c1811 .targetsize = sizeof(int),
1822 .targetsize = XT_FUNCTION_MAXNAMELEN,
/linux-master/net/ipv6/netfilter/
H A Dip6t_REJECT.c102 .targetsize = sizeof(struct ip6t_reject_info),
H A Dip6t_NPT.c150 .targetsize = sizeof(struct ip6t_npt_tginfo),
162 .targetsize = sizeof(struct ip6t_npt_tginfo),
H A Dip6t_SYNPROXY.c103 .targetsize = sizeof(struct xt_synproxy_info),
H A Dip6_tables.c1818 .targetsize = sizeof(int),
1829 .targetsize = XT_FUNCTION_MAXNAMELEN,
/linux-master/net/netfilter/
H A Dxt_TEE.c152 .targetsize = sizeof(struct xt_tee_tginfo),
164 .targetsize = sizeof(struct xt_tee_tginfo),
H A Dxt_NETMAP.c125 .targetsize = sizeof(struct nf_nat_range),
140 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
H A Dxt_connmark.c157 .targetsize = sizeof(struct xt_connmark_tginfo1),
167 .targetsize = sizeof(struct xt_connmark_tginfo2),
H A Dxt_set.c622 .targetsize = sizeof(struct xt_set_info_target_v0),
632 .targetsize = sizeof(struct xt_set_info_target_v1),
642 .targetsize = sizeof(struct xt_set_info_target_v1),
653 .targetsize = sizeof(struct xt_set_info_target_v2),
663 .targetsize = sizeof(struct xt_set_info_target_v2),
674 .targetsize = sizeof(struct xt_set_info_target_v3),
684 .targetsize = sizeof(struct xt_set_info_target_v3),
H A Dnft_compat.c189 memcpy(out, in, t->targetsize);
190 pad = XT_ALIGN(t->targetsize) - t->targetsize;
192 memset(out + t->targetsize, 0, pad);
343 target->targetsize, target->usersize))
898 if (target->targetsize > nla_len(tb[NFTA_TARGET_INFO])) {
910 ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize));
H A Dxt_LED.c183 .targetsize = sizeof(struct xt_led_info),
H A Dxt_HMARK.c341 .targetsize = sizeof(struct xt_hmark_info),
350 .targetsize = sizeof(struct xt_hmark_info),
H A Dxt_TCPMSS.c317 .targetsize = sizeof(struct xt_tcpmss_info),
327 .targetsize = sizeof(struct xt_tcpmss_info),
H A Dxt_IDLETIMER.c464 .targetsize = sizeof(struct idletimer_tg_info),
475 .targetsize = sizeof(struct idletimer_tg_info_v1),
H A Dxt_RATEEST.c189 .targetsize = sizeof(struct xt_rateest_target_info),
H A Dx_tables.c1005 if (XT_ALIGN(par->target->targetsize) != size) {
1009 XT_ALIGN(par->target->targetsize), size);
1126 u_int16_t csize = target->compatsize ? : target->targetsize;
1127 return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize);
/linux-master/net/bridge/netfilter/
H A Debt_log.c209 .targetsize = sizeof(struct ebt_log_info),
/linux-master/drivers/mtd/nand/raw/
H A Dsh_flctl.c988 u64 targetsize = nanddev_target_size(&chip->base); local
1001 if (targetsize > (32 << 20)) {
1005 } else if (targetsize > (2 << 16)) {
1015 if (targetsize > (128 << 20)) {
1019 } else if (targetsize > (8 << 16)) {
H A Dnand_base.c5242 u64 targetsize; local
5389 targetsize = nanddev_target_size(&chip->base);
5390 chip->pagemask = (targetsize >> chip->page_shift) - 1;
5394 if (targetsize & 0xffffffff)
5395 chip->chip_shift = ffs((unsigned)targetsize) - 1;
5397 chip->chip_shift = ffs((unsigned)(targetsize >> 32));
5413 (int)(targetsize >> 20), nand_is_slc(chip) ? "SLC" : "MLC",
H A Dnandsim.c2347 u64 targetsize; local
2360 targetsize = nanddev_target_size(&chip->base);
2362 chip->pagemask = (targetsize >> chip->page_shift) - 1;
/linux-master/include/linux/netfilter/
H A Dx_tables.h211 unsigned int targetsize; member in struct:xt_target

Completed in 388 milliseconds

123