Searched refs:targetsize (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/net/netfilter/
H A Dxt_CLASSIFY.c45 .targetsize = sizeof(struct xt_classify_target_info),
54 .targetsize = sizeof(struct xt_classify_target_info),
H A 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),
H A 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),
H A 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),
H A Dxt_MASQUERADE.c78 .targetsize = sizeof(struct nf_nat_range),
89 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
H A Dxt_HL.c129 .targetsize = sizeof(struct ipt_TTL_info),
139 .targetsize = sizeof(struct ip6t_HL_info),
H A Dxt_LOG.c82 .targetsize = sizeof(struct xt_log_info),
92 .targetsize = sizeof(struct xt_log_info),
H A Dxt_REDIRECT.c86 .targetsize = sizeof(struct nf_nat_range),
99 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
H A Dxt_CHECKSUM.c70 .targetsize = sizeof(struct xt_CHECKSUM_info),
H A Dxt_mark.c47 .targetsize = sizeof(struct xt_mark_tginfo2),
H A Dxt_TCPOPTSTRIP.c119 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
129 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
H A Dxt_SECMARK.c164 .targetsize = sizeof(struct xt_secmark_target_info),
174 .targetsize = sizeof(struct xt_secmark_target_info_v1),
H A Dxt_AUDIT.c133 .targetsize = sizeof(struct xt_audit_info),
141 .targetsize = sizeof(struct xt_audit_info),
H A Dxt_CONNSECMARK.c124 .targetsize = sizeof(struct xt_connsecmark_target_info),
H A Dxt_NFLOG.c74 .targetsize = sizeof(struct xt_nflog_info),
H A Dxt_TPROXY.c218 .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),
H A Dxt_CT.c320 .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),
/linux-master/include/linux/netfilter_bridge/
H A Debtables.h48 unsigned int targetsize; member in struct:ebt_watcher
66 unsigned int targetsize; member in struct:ebt_target
/linux-master/net/bridge/netfilter/
H A Debt_nflog.c57 .targetsize = sizeof(struct ebt_nflog_info),
H A Debt_redirect.c64 .targetsize = sizeof(struct ebt_redirect_info),
H A Debt_dnat.c89 .targetsize = sizeof(struct ebt_nat_info),
H A Debt_snat.c71 .targetsize = sizeof(struct ebt_nat_info),
H A Debt_mark.c89 .targetsize = sizeof(struct ebt_mark_t_info),
H A Debt_arpreply.c86 .targetsize = sizeof(struct ebt_arpreply_info),
/linux-master/drivers/mtd/nand/raw/
H A Dnand_bbt.c263 u64 targetsize = nanddev_target_size(&this->base); local
271 targetsize >> this->bbt_erase_shift,
275 offs += targetsize >> this->bbt_erase_shift;
493 u64 targetsize = nanddev_target_size(&this->base); local
510 numblocks = targetsize >> this->bbt_erase_shift;
555 u64 targetsize = nanddev_target_size(&this->base); local
575 bbtblocks = targetsize >> this->bbt_erase_shift;
606 startblock += targetsize >> this->bbt_erase_shift;
656 u64 targetsize = nanddev_target_size(&this->base); local
668 numblocks = (int)(targetsize >> thi
748 u64 targetsize = nanddev_target_size(&this->base); local
1131 u64 targetsize = nanddev_target_size(&this->base); local
1192 u64 targetsize = nanddev_target_size(&this->base); local
[all...]

Completed in 253 milliseconds

123