Home
last modified time | relevance | path

Searched refs:max_log (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c149 if (l->max_log != 0 && l->log_left == 0) in ipfw_log_syslog()
153 limit_reached = l->max_log; in ipfw_log_syslog()
585 if (l->max_log != 0 && l->log_left == 0) in ipfw_log_rtsock()
592 l->max_log, f ? f->rulenum : -1); in ipfw_log_rtsock()
635 if (l->max_log != 0 && l->log_left < (l->max_log >> 1)) { in ipfw_log_rtsock()
H A Dip_fw_sockopt.c1029 l->log_left = l->max_log; in clear_counters()
1437 insntod(cmd, log)->log_left = insntod(cmd, log)->max_log; in ipfw_check_opcode()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp467 u32 max_log = RZSize2Log(atomic_load(&max_redzone, memory_order_acquire)); in ComputeRZLog() local
468 return Min(Max(rz_log, Max(min_log, hdr_log)), Max(max_log, hdr_log)); in ComputeRZLog()
/freebsd/sys/netinet/
H A Dip_fw.h517 u_int32_t max_log; /* how many do we log -- 0 = all */ member
/freebsd/sbin/ipfw/
H A Dipfw2.c2104 if (insntoc(cmd, log)->max_log > 0) in print_action_instruction()
2106 insntoc(cmd, log)->max_log); in print_action_instruction()
4682 c->max_log = l; in compile_rule()
4685 len = sizeof(c->max_log); in compile_rule()
4687 &c->max_log, &len, NULL, 0) == -1) { in compile_rule()
4689 c->max_log = 0; in compile_rule()