Home
last modified time | relevance | path

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

123

/openbmc/linux/net/netfilter/
H A Dxt_CLASSIFY.c45 .targetsize = sizeof(struct xt_classify_target_info),
54 .targetsize = sizeof(struct xt_classify_target_info),
65 .targetsize = sizeof(struct xt_classify_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_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_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_mark.c48 .targetsize = sizeof(struct xt_mark_tginfo2),
57 .targetsize = sizeof(struct xt_mark_tginfo2),
67 .targetsize = sizeof(struct xt_mark_tginfo2),
H A Dxt_SECMARK.c164 .targetsize = sizeof(struct xt_secmark_target_info),
174 .targetsize = sizeof(struct xt_secmark_target_info_v1),
186 .targetsize = sizeof(struct xt_secmark_target_info),
196 .targetsize = sizeof(struct xt_secmark_target_info_v1),
H A Dxt_connmark.c157 .targetsize = sizeof(struct xt_connmark_tginfo1),
167 .targetsize = sizeof(struct xt_connmark_tginfo2),
178 .targetsize = sizeof(struct xt_connmark_tginfo1),
188 .targetsize = sizeof(struct xt_connmark_tginfo2),
H A Dxt_CT.c340 .targetsize = sizeof(struct xt_ct_target_info),
352 .targetsize = sizeof(struct xt_ct_target_info_v1),
364 .targetsize = sizeof(struct xt_ct_target_info_v1),
384 .targetsize = sizeof(struct xt_ct_target_info),
396 .targetsize = sizeof(struct xt_ct_target_info_v1),
408 .targetsize = sizeof(struct xt_ct_target_info_v1),
H A Dxt_CHECKSUM.c71 .targetsize = sizeof(struct xt_CHECKSUM_info),
81 .targetsize = sizeof(struct xt_CHECKSUM_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_LOG.c82 .targetsize = sizeof(struct xt_log_info),
92 .targetsize = sizeof(struct xt_log_info),
H A Dxt_NFLOG.c75 .targetsize = sizeof(struct xt_nflog_info),
86 .targetsize = sizeof(struct xt_nflog_info),
H A Dxt_CONNSECMARK.c125 .targetsize = sizeof(struct xt_connsecmark_target_info),
136 .targetsize = sizeof(struct xt_connsecmark_target_info),
H A Dxt_MASQUERADE.c78 .targetsize = sizeof(struct nf_nat_range),
89 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
H A Dxt_AUDIT.c133 .targetsize = sizeof(struct xt_audit_info),
141 .targetsize = sizeof(struct xt_audit_info),
H A Dxt_HL.c129 .targetsize = sizeof(struct ipt_TTL_info),
139 .targetsize = sizeof(struct ip6t_HL_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_TCPOPTSTRIP.c119 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
129 .targetsize = sizeof(struct xt_tcpoptstrip_target_info),
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 Dxt_LED.c186 .targetsize = sizeof(struct xt_led_info),
198 .targetsize = sizeof(struct xt_led_info),
H A Dxt_IDLETIMER.c468 .targetsize = sizeof(struct idletimer_tg_info),
479 .targetsize = sizeof(struct idletimer_tg_info_v1),
490 .targetsize = sizeof(struct idletimer_tg_info),
501 .targetsize = sizeof(struct idletimer_tg_info_v1),
H A Dxt_NETMAP.c125 .targetsize = sizeof(struct nf_nat_range),
140 .targetsize = sizeof(struct nf_nat_ipv4_multi_range_compat),
/openbmc/linux/drivers/mtd/nand/raw/
H A 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()
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
669 numblocks = (int)(targetsize >> this->bbt_erase_shift); in get_bbt_block()
[all …]
/openbmc/linux/include/linux/netfilter_bridge/
H A Debtables.h48 unsigned int targetsize; member
66 unsigned int targetsize; member
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_NPT.c150 .targetsize = sizeof(struct ip6t_npt_tginfo),
162 .targetsize = sizeof(struct ip6t_npt_tginfo),

123