Home
last modified time | relevance | path

Searched refs:targetsize (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v5.10/net/netfilter/
Dxt_nat.c157 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
170 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
183 .targetsize = sizeof(struct nf_nat_range),
195 .targetsize = sizeof(struct nf_nat_range),
207 .targetsize = sizeof(struct nf_nat_range2),
219 .targetsize = sizeof(struct nf_nat_range2),
Dxt_DSCP.c117 .targetsize = sizeof(struct xt_DSCP_info),
126 .targetsize = sizeof(struct xt_DSCP_info),
136 .targetsize = sizeof(struct xt_tos_target_info),
145 .targetsize = sizeof(struct xt_tos_target_info),
Dxt_NFQUEUE.c115 .targetsize = sizeof(struct xt_NFQ_info),
124 .targetsize = sizeof(struct xt_NFQ_info_v1),
133 .targetsize = sizeof(struct xt_NFQ_info_v2),
142 .targetsize = sizeof(struct xt_NFQ_info_v3),
Dxt_CLASSIFY.c45 .targetsize = sizeof(struct xt_classify_target_info),
54 .targetsize = sizeof(struct xt_classify_target_info),
Dxt_REDIRECT.c80 .targetsize = sizeof(struct nf_nat_range),
93 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
Dxt_LOG.c74 .targetsize = sizeof(struct xt_log_info),
84 .targetsize = sizeof(struct xt_log_info),
Dxt_MASQUERADE.c78 .targetsize = sizeof(struct nf_nat_range),
89 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
Dxt_AUDIT.c133 .targetsize = sizeof(struct xt_audit_info),
141 .targetsize = sizeof(struct xt_audit_info),
Dxt_HL.c129 .targetsize = sizeof(struct ipt_TTL_info),
139 .targetsize = sizeof(struct ip6t_HL_info),
Dxt_TCPOPTSTRIP.c119 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
129 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
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),
Dxt_TPROXY.c229 .targetsize = sizeof(struct xt_tproxy_target_info),
240 .targetsize = sizeof(struct xt_tproxy_target_info_v1),
252 .targetsize = sizeof(struct xt_tproxy_target_info_v1),
Dxt_connmark.c155 .targetsize = sizeof(struct xt_connmark_tginfo1),
165 .targetsize = sizeof(struct xt_connmark_tginfo2),
Dxt_CT.c309 .targetsize = sizeof(struct xt_ct_target_info),
321 .targetsize = sizeof(struct xt_ct_target_info_v1),
333 .targetsize = sizeof(struct xt_ct_target_info_v1),
Dnft_compat.c181 memcpy(out, in, t->targetsize); in target_compat_from_user()
182 pad = XT_ALIGN(t->targetsize) - t->targetsize; in target_compat_from_user()
184 memset(out + t->targetsize, 0, pad); in target_compat_from_user()
313 target->targetsize, target->usersize)) in nft_target_dump()
835 if (target->targetsize > nla_len(tb[NFTA_TARGET_INFO])) { in nft_target_select_ops()
847 ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize)); in nft_target_select_ops()
Dxt_NETMAP.c125 .targetsize = sizeof(struct nf_nat_range),
140 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
Dxt_TEE.c152 .targetsize = sizeof(struct xt_tee_tginfo),
164 .targetsize = sizeof(struct xt_tee_tginfo),
Dxt_CHECKSUM.c70 .targetsize = sizeof(struct xt_CHECKSUM_info),
Dxt_mark.c47 .targetsize = sizeof(struct xt_mark_tginfo2),
/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_bbt.c263 u64 targetsize = nanddev_target_size(&this->base); in read_abs_bbt() local
271 targetsize >> this->bbt_erase_shift, in read_abs_bbt()
275 offs += targetsize >> this->bbt_erase_shift; in read_abs_bbt()
464 u64 targetsize = nanddev_target_size(&this->base); in create_bbt() local
481 numblocks = targetsize >> this->bbt_erase_shift; in create_bbt()
526 u64 targetsize = nanddev_target_size(&this->base); in search_bbt() local
546 bbtblocks = targetsize >> this->bbt_erase_shift; in search_bbt()
574 startblock += targetsize >> this->bbt_erase_shift; in search_bbt()
624 u64 targetsize = nanddev_target_size(&this->base); in get_bbt_block() local
636 numblocks = (int)(targetsize >> this->bbt_erase_shift); in get_bbt_block()
[all …]
/Linux-v5.10/include/linux/netfilter_bridge/
Debtables.h48 unsigned int targetsize; member
66 unsigned int targetsize; member
/Linux-v5.10/net/ipv6/netfilter/
Dip6t_NPT.c150 .targetsize = sizeof(struct ip6t_npt_tginfo),
162 .targetsize = sizeof(struct ip6t_npt_tginfo),
/Linux-v5.10/net/bridge/netfilter/
Debt_nflog.c57 .targetsize = sizeof(struct ebt_nflog_info),
Debt_redirect.c64 .targetsize = sizeof(struct ebt_redirect_info),
Debt_snat.c71 .targetsize = sizeof(struct ebt_nat_info),

123