Lines Matching refs:xflags
849 cb->xflags & eflag) in xtables_option_parse()
871 cb->xflags |= 1 << entry->id; in xtables_option_parse()
952 cb.xflags = t->tflags; in xtables_option_tpcall()
957 t->tflags = cb.xflags; in xtables_option_tpcall()
988 cb.xflags = m->mflags; in xtables_option_mpcall()
993 m->mflags = cb.xflags; in xtables_option_mpcall()
1005 unsigned int xflags) in xtables_option_fcheck2() argument
1009 if (entry->also & of && !(xflags & of)) in xtables_option_fcheck2()
1017 if ((xflags & (ef | of)) != (ef | of)) in xtables_option_fcheck2()
1034 void xtables_options_fcheck(const char *name, unsigned int xflags, in xtables_options_fcheck() argument
1042 !(xflags & (1 << entry->id))) in xtables_options_fcheck()
1046 if (!(xflags & (1 << entry->id))) in xtables_options_fcheck()
1060 xtables_option_fcheck2(name, entry, other, xflags); in xtables_options_fcheck()
1076 cb.xflags = t->tflags; in xtables_option_tfcall()
1097 cb.xflags = m->mflags; in xtables_option_mfcall()