/linux-6.3-rc2/net/netfilter/ |
A D | xt_nat.c | 157 .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),
|
A D | xt_DSCP.c | 117 .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),
|
A D | xt_NFQUEUE.c | 115 .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),
|
A D | xt_CLASSIFY.c | 45 .targetsize = sizeof(struct xt_classify_target_info), 54 .targetsize = sizeof(struct xt_classify_target_info),
|
A D | xt_REDIRECT.c | 80 .targetsize = sizeof(struct nf_nat_range), 93 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
|
A D | xt_LOG.c | 82 .targetsize = sizeof(struct xt_log_info), 92 .targetsize = sizeof(struct xt_log_info),
|
A D | xt_MASQUERADE.c | 78 .targetsize = sizeof(struct nf_nat_range), 89 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
|
A D | xt_AUDIT.c | 133 .targetsize = sizeof(struct xt_audit_info), 141 .targetsize = sizeof(struct xt_audit_info),
|
A D | xt_HL.c | 129 .targetsize = sizeof(struct ipt_TTL_info), 139 .targetsize = sizeof(struct ip6t_HL_info),
|
A D | xt_TPROXY.c | 218 .targetsize = sizeof(struct xt_tproxy_target_info), 230 .targetsize = sizeof(struct xt_tproxy_target_info_v1), 243 .targetsize = sizeof(struct xt_tproxy_target_info_v1),
|
A D | xt_TCPOPTSTRIP.c | 119 .targetsize = sizeof(struct xt_tcpoptstrip_target_info), 129 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
|
A D | xt_set.c | 622 .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),
|
A D | xt_SECMARK.c | 164 .targetsize = sizeof(struct xt_secmark_target_info), 174 .targetsize = sizeof(struct xt_secmark_target_info_v1),
|
A D | xt_CT.c | 320 .targetsize = sizeof(struct xt_ct_target_info), 332 .targetsize = sizeof(struct xt_ct_target_info_v1), 344 .targetsize = sizeof(struct xt_ct_target_info_v1),
|
A D | nft_compat.c | 189 memcpy(out, in, t->targetsize); in target_compat_from_user() 190 pad = XT_ALIGN(t->targetsize) - t->targetsize; in target_compat_from_user() 192 memset(out + t->targetsize, 0, pad); in target_compat_from_user() 336 target->targetsize, target->usersize)) in nft_target_dump() 859 if (target->targetsize > nla_len(tb[NFTA_TARGET_INFO])) { in nft_target_select_ops() 871 ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize)); in nft_target_select_ops()
|
A D | xt_NETMAP.c | 125 .targetsize = sizeof(struct nf_nat_range), 140 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
|
A D | xt_connmark.c | 157 .targetsize = sizeof(struct xt_connmark_tginfo1), 167 .targetsize = sizeof(struct xt_connmark_tginfo2),
|
A D | xt_TEE.c | 152 .targetsize = sizeof(struct xt_tee_tginfo), 164 .targetsize = sizeof(struct xt_tee_tginfo),
|
A D | xt_CHECKSUM.c | 70 .targetsize = sizeof(struct xt_CHECKSUM_info),
|
A D | xt_mark.c | 47 .targetsize = sizeof(struct xt_mark_tginfo2),
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | nand_bbt.c | 263 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() 493 u64 targetsize = nanddev_target_size(&this->base); in create_bbt() local 510 numblocks = targetsize >> this->bbt_erase_shift; in create_bbt() 555 u64 targetsize = nanddev_target_size(&this->base); in search_bbt() local 575 bbtblocks = targetsize >> this->bbt_erase_shift; in search_bbt() 607 startblock += targetsize >> this->bbt_erase_shift; in search_bbt() 657 u64 targetsize = nanddev_target_size(&this->base); in get_bbt_block() local 749 u64 targetsize = nanddev_target_size(&this->base); in write_bbt() local [all …]
|
/linux-6.3-rc2/include/linux/netfilter_bridge/ |
A D | ebtables.h | 48 unsigned int targetsize; member 66 unsigned int targetsize; member
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6t_NPT.c | 150 .targetsize = sizeof(struct ip6t_npt_tginfo), 162 .targetsize = sizeof(struct ip6t_npt_tginfo),
|
/linux-6.3-rc2/net/bridge/netfilter/ |
A D | ebt_nflog.c | 57 .targetsize = sizeof(struct ebt_nflog_info),
|
A D | ebt_redirect.c | 64 .targetsize = sizeof(struct ebt_redirect_info),
|