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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c245 int limit_reached = 0; local
283 limit_reached = V_verbose_limit;
293 limit_reached = l->max_log;
553 if (limit_reached)
556 limit_reached, f ? f->rulenum : -1);
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c10438 int limit_reached = 0; local
10668 limit_reached = 1;
10676 if (limit_reached) {
10684 (limit_reached == 0)) {
10744 limit_reached = 1;
10752 if (limit_reached) {
10761 if ((limit_reached == 0) && (asoc->numduptsns)) {

Completed in 120 milliseconds