Lines Matching refs:cb
151 static void DNAT_parse(struct xt_option_call *cb)
153 const struct ipt_entry *entry = cb->xt_entry;
154 struct ipt_natinfo *info = (void *)(*cb->target);
166 xtables_option_parse(cb);
167 switch (cb->entry->id) {
169 if (cb->xflags & F_X_TO_DEST) {
176 *cb->target = parse_to(cb->arg, portok, info);
178 if (cb->xflags & F_RANDOM)
180 cb->xflags |= F_X_TO_DEST;
183 if (cb->xflags & F_TO_DEST)