Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c1429 softs->ipf_state_max) && (fr->fr_statemax == 0)) {
1433 if ((fr->fr_statemax != 0) &&
1434 (fr->fr_statecnt >= fr->fr_statemax)) {
H A Dip_fil.h700 int fr_statemax; /* max reference count */ member