HomeSort by: relevance | last modified time | path
    Searched refs:fr_statemax (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printfr.c 373 (fp->fr_statemax != 0) || (fp->fr_age[0] != 0) ||
377 if (fp->fr_statemax != 0) {
378 PRINTF("limit %u", fp->fr_statemax);
  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 184 int fr_statemax; /* max reference count */ member in struct:frentry_4_1_34
234 int fr_statemax; member in struct:frentry_4_1_16
287 int fr_statemax; member in struct:frentry_4_1_0
1917 fr->fr_statemax = old->fr_statemax;
2046 fr->fr_statemax = old->fr_statemax;
2176 fr->fr_statemax = old->fr_statemax;
3707 old->fr_statemax = fr->fr_statemax
    [all...]
ip_state.c 1401 softs->ipf_state_max) && (fr->fr_statemax == 0)) {
1405 if ((fr->fr_statemax != 0) &&
1406 (fr->fr_statecnt >= fr->fr_statemax)) {
ip_fil.h 766 int fr_statemax; /* max reference count */ member in struct:frentry
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 184 int fr_statemax; /* max reference count */ member in struct:frentry_4_1_34
234 int fr_statemax; member in struct:frentry_4_1_16
287 int fr_statemax; member in struct:frentry_4_1_0
1928 fr->fr_statemax = old->fr_statemax;
2060 fr->fr_statemax = old->fr_statemax;
2193 fr->fr_statemax = old->fr_statemax;
3787 old->fr_statemax = fr->fr_statemax
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 1382 IPFY_LIMIT YY_NUMBER { DOALL(fr->fr_statemax = $2;) }

Completed in 65 milliseconds