Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

258 static void time_parse(struct xt_option_call *cb)
260 struct xt_time_info *info = cb->data;
262 xtables_option_parse(cb);
263 switch (cb->entry->id) {
265 info->date_start = time_parse_date(cb->arg, false);
268 info->date_stop = time_parse_date(cb->arg, true);
271 info->daytime_start = time_parse_minutes(cb->arg);
274 info->daytime_stop = time_parse_minutes(cb->arg);
286 info->monthdays_match = time_parse_monthdays(cb->arg);
287 if (cb->invert)
291 info->weekdays_match = time_parse_weekdays(cb->arg);
292 if (cb->invert)