Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

102 static void rt_parse(struct xt_option_call *cb)
104 struct ip6t_rt *rtinfo = cb->data;
106 xtables_option_parse(cb);
107 switch (cb->entry->id) {
109 if (cb->invert)
114 if (cb->nvals == 1)
116 if (cb->invert)
121 if (cb->invert)
126 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
133 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
137 rtinfo->addrnr = parse_addresses(cb->arg, rtinfo->addrs);
141 if (!(cb->xflags & F_RT0ADDRS))