Home | History | Annotate | Download | only in iptables

Lines Matching refs:mflags

673 			i->match->mflags |= m->mflags;
683 newm->mflags = m->mflags;
764 /* clear mflags in case do_commandeb gets called a second time
767 m->mflags = 0;
1249 if (m->parse(c - m->option_offset, argv, ebt_invert, &m->mflags, NULL, &m->m)) {