Searched refs:log_only (Results 1 – 1 of 1) sorted by relevance
1247 clear_counters(struct ip_fw *rule, int log_only) in clear_counters() argument1251 if (log_only == 0) in clear_counters()1277 clear_counters(rule, log_only); in clear_range()1375 int log_only, num; in clear_rules() local1386 log_only = (op3->opcode == IP_FW_XRESETLOG); in clear_rules()1388 num = clear_range(chain, &rh->range, log_only); in clear_rules()1391 msg = log_only ? "All logging counts reset" : in clear_rules()1394 msg = log_only ? "logging count reset" : "cleared"; in clear_rules()1635 clear_counters(rule, log_only); in zero_entry()1637 msg = log_only ? "All logging counts reset" : in zero_entry()[all …]