Lines Matching refs:xflags
833 cb->xflags & eflag) in xtables_option_parse()
855 cb->xflags |= 1 << entry->id; in xtables_option_parse()
936 cb.xflags = t->tflags; in xtables_option_tpcall()
941 t->tflags = cb.xflags; in xtables_option_tpcall()
972 cb.xflags = m->mflags; in xtables_option_mpcall()
977 m->mflags = cb.xflags; in xtables_option_mpcall()
989 unsigned int xflags) in xtables_option_fcheck2() argument
993 if (entry->also & of && !(xflags & of)) in xtables_option_fcheck2()
1001 if ((xflags & (ef | of)) != (ef | of)) in xtables_option_fcheck2()
1018 void xtables_options_fcheck(const char *name, unsigned int xflags, in xtables_options_fcheck() argument
1026 !(xflags & (1 << entry->id))) in xtables_options_fcheck()
1030 if (!(xflags & (1 << entry->id))) in xtables_options_fcheck()
1044 xtables_option_fcheck2(name, entry, other, xflags); in xtables_options_fcheck()
1060 cb.xflags = t->tflags; in xtables_option_tfcall()
1081 cb.xflags = m->mflags; in xtables_option_mfcall()