Searched refs:fr_statemax (Results 1 – 5 of 5) sorted by relevance
371 (fp->fr_statemax != 0) || (fp->fr_age[0] != 0) || in printfr()375 if (fp->fr_statemax != 0) { in printfr()376 PRINTF("limit %u", fp->fr_statemax); in printfr()
172 int fr_statemax; /* max reference count */ member222 int fr_statemax; member275 int fr_statemax; member1904 fr->fr_statemax = old->fr_statemax;2036 fr->fr_statemax = old->fr_statemax;2169 fr->fr_statemax = old->fr_statemax;3751 old->fr_statemax = fr->fr_statemax;3846 old->fr_statemax = fr->fr_statemax;3941 old->fr_statemax = fr->fr_statemax;
1385 softs->ipf_state_max) && (fr->fr_statemax == 0)) { in ipf_state_add()1389 if ((fr->fr_statemax != 0) && in ipf_state_add()1390 (fr->fr_statecnt >= fr->fr_statemax)) { in ipf_state_add()
704 int fr_statemax; /* max reference count */ member
1381 IPFY_LIMIT YY_NUMBER { DOALL(fr->fr_statemax = $2;) }