Home
last modified time | relevance | path

Searched refs:fr_statemax (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c340 (fp->fr_statemax != 0) || (fp->fr_age[0] != 0)) {
343 if (fp->fr_statemax != 0) {
344 printf("limit %u", fp->fr_statemax);
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_state.c1161 (fr->fr_statemax == 0)) {
1165 if ((fr->fr_statemax != 0) &&
1166 (fr->fr_statecnt >= fr->fr_statemax)) {
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h596 int fr_statemax; /* max reference count */ member
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipf_y.y1237 IPFY_LIMIT YY_NUMBER { DOALL(fr->fr_statemax = $2;) }