Searched refs:limit_reached (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c105 int limit_reached = 0; local
140 limit_reached = V_verbose_limit;
150 limit_reached = l->max_log;
418 if (limit_reached)
421 limit_reached, f ? f->rulenum : -1);
/freebsd-13-stable/sys/netinet/
H A Dsctp_output.c10468 int limit_reached = 0; local
10698 limit_reached = 1;
10706 if (limit_reached) {
10714 (limit_reached == 0)) {
10773 limit_reached = 1;
10781 if (limit_reached) {
10790 if ((limit_reached == 0) && (asoc->numduptsns)) {

Completed in 63 milliseconds