Home | History | Annotate | Download | only in libxtables

Lines Matching refs:quiet

337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
361 if (quiet) {
403 int xtables_load_ko(const char *modprobe, bool quiet)
416 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);