Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

150 static void SNAT_parse(struct xt_option_call *cb)
152 const struct ip6t_entry *entry = cb->xt_entry;
153 struct nf_nat_range *range = cb->data;
165 xtables_option_parse(cb);
166 switch (cb->entry->id) {
168 if (cb->xflags & F_X_TO_SRC) {
175 parse_to(cb->arg, portok, range);
183 static void SNAT_fcheck(struct xt_fcheck_call *cb)
187 struct nf_nat_range *range = cb->data;
189 if ((cb->xflags & f) == f)
191 if ((cb->xflags & r) == r)