Searched refs:max_log (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 145 if (l->max_log != 0 && l->log_left == 0) in ipfw_log() 149 limit_reached = l->max_log; in ipfw_log()
|
| H A D | ip_fw_sockopt.c | 1256 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 D | ip_fw.h | 470 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 D | asan_allocator.cpp | 467 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 D | ipfw2.c | 2026 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()
|