Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_log.c145 if (l->max_log != 0 && l->log_left == 0) in ipfw_log()
149 limit_reached = l->max_log; in ipfw_log()
H A Dip_fw_sockopt.c1256 l->log_left = l->max_log; in clear_counters()
1875 ((ipfw_insn_log *)cmd)->max_log; in check_ipfw_rule_body()
/freebsd-14.2/sys/netinet/
H A Dip_fw.h470 u_int32_t max_log; /* how many do we log -- 0 = all */ member
/freebsd-14.2/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-14.2/sbin/ipfw/
H A Dipfw2.c2026 if (insntod(cmd, log)->max_log > 0) in print_action_instruction()
2028 insntod(cmd, log)->max_log); in print_action_instruction()
4494 c->max_log = l; in compile_rule()
4497 len = sizeof(c->max_log); in compile_rule()
4499 &c->max_log, &len, NULL, 0) == -1) { in compile_rule()
4501 c->max_log = 0; in compile_rule()