Lines Matching refs:flags

113 rateest_parse(int c, char **argv, int invert, unsigned int *flags,  in rateest_parse()  argument
125 if (*flags & (1 << c)) in rateest_parse()
128 *flags |= 1 << c; in rateest_parse()
138 if (*flags & (1 << c)) in rateest_parse()
141 *flags |= 1 << c; in rateest_parse()
144 info->flags |= XT_RATEEST_MATCH_REL; in rateest_parse()
152 if (*flags & (1 << c)) in rateest_parse()
155 *flags |= 1 << c; in rateest_parse()
157 info->flags |= XT_RATEEST_MATCH_BPS; in rateest_parse()
175 if (*flags & (1 << c)) in rateest_parse()
178 *flags |= 1 << c; in rateest_parse()
180 info->flags |= XT_RATEEST_MATCH_PPS; in rateest_parse()
199 if (*flags & (1 << c)) in rateest_parse()
202 *flags |= 1 << c; in rateest_parse()
204 info->flags |= XT_RATEEST_MATCH_BPS; in rateest_parse()
222 if (*flags & (1 << c)) in rateest_parse()
225 *flags |= 1 << c; in rateest_parse()
227 info->flags |= XT_RATEEST_MATCH_PPS; in rateest_parse()
246 if (*flags & (1 << c)) in rateest_parse()
249 *flags |= 1 << c; in rateest_parse()
251 info->flags |= XT_RATEEST_MATCH_DELTA; in rateest_parse()
255 if (*flags & (1 << c)) in rateest_parse()
258 *flags |= 1 << c; in rateest_parse()
262 info->flags |= XT_RATEEST_MATCH_INVERT; in rateest_parse()
266 if (*flags & (1 << c)) in rateest_parse()
269 *flags |= 1 << c; in rateest_parse()
273 info->flags |= XT_RATEEST_MATCH_INVERT; in rateest_parse()
277 if (*flags & (1 << c)) in rateest_parse()
280 *flags |= 1 << c; in rateest_parse()
284 info->flags |= XT_RATEEST_MATCH_INVERT; in rateest_parse()
298 if (!(info->flags & XT_RATEEST_MATCH_REL)) in rateest_final_check()
299 info->flags |= XT_RATEEST_MATCH_ABS; in rateest_final_check()
321 if (info->flags & XT_RATEEST_MATCH_INVERT) in rateest_print_mode()
347 if (info->flags & XT_RATEEST_MATCH_DELTA) in rateest_print()
350 if (info->flags & XT_RATEEST_MATCH_BPS) { in rateest_print()
352 if (info->flags & XT_RATEEST_MATCH_DELTA) in rateest_print()
354 if (info->flags & XT_RATEEST_MATCH_ABS) { in rateest_print()
359 if (info->flags & XT_RATEEST_MATCH_PPS) { in rateest_print()
361 if (info->flags & XT_RATEEST_MATCH_DELTA) in rateest_print()
363 if (info->flags & XT_RATEEST_MATCH_ABS) { in rateest_print()
369 if (info->flags & XT_RATEEST_MATCH_REL) { in rateest_print()
374 if (info->flags & XT_RATEEST_MATCH_BPS) { in rateest_print()
376 if (info->flags & XT_RATEEST_MATCH_DELTA) in rateest_print()
379 if (info->flags & XT_RATEEST_MATCH_PPS) { in rateest_print()
381 if (info->flags & XT_RATEEST_MATCH_DELTA) in rateest_print()
391 if (info->flags & XT_RATEEST_MATCH_DELTA) { in __rateest_save_rate()
401 if (info->flags & (XT_RATEEST_MATCH_ABS|XT_RATEEST_MATCH_DELTA)) in __rateest_save_rate()
407 if (info->flags & XT_RATEEST_MATCH_BPS) in rateest_save_rates()
409 if (info->flags & XT_RATEEST_MATCH_PPS) in rateest_save_rates()
419 if (info->flags & XT_RATEEST_MATCH_DELTA) in rateest_save()
422 if (info->flags & XT_RATEEST_MATCH_REL) { in rateest_save()