Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

168 static void string_parse(struct xt_option_call *cb)
170 struct xt_string_info *stringinfo = cb->data;
171 const unsigned int revision = (*cb->match)->u.user.revision;
173 xtables_option_parse(cb);
174 switch (cb->entry->id) {
176 parse_string(cb->arg, stringinfo);
177 if (cb->invert) {
185 parse_hex_string(cb->arg, stringinfo); /* sets length */
186 if (cb->invert) {
203 static void string_check(struct xt_fcheck_call *cb)
205 if (!(cb->xflags & F_OP_ANY))