Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

169 static void string_parse(struct xt_option_call *cb)
171 struct xt_string_info *stringinfo = cb->data;
172 const unsigned int revision = (*cb->match)->u.user.revision;
174 xtables_option_parse(cb);
175 switch (cb->entry->id) {
177 parse_string(cb->arg, stringinfo);
178 if (cb->invert) {
186 parse_hex_string(cb->arg, stringinfo); /* sets length */
187 if (cb->invert) {
204 static void string_check(struct xt_fcheck_call *cb)
206 if (!(cb->xflags & F_OP_ANY))