Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

147 static void DNAT_parse(struct xt_option_call *cb)
149 const struct ip6t_entry *entry = cb->xt_entry;
150 struct nf_nat_range *range = cb->data;
162 xtables_option_parse(cb);
163 switch (cb->entry->id) {
165 if (cb->xflags & F_X_TO_DEST) {
172 parse_to(cb->arg, portok, range);
180 static void DNAT_fcheck(struct xt_fcheck_call *cb)
183 struct nf_nat_range *mr = cb->data;
185 if ((cb->xflags & f) == f)