Searched refs:fr_statemax (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintfr.c373 (fp->fr_statemax != 0) || (fp->fr_age[0] != 0) ||
377 if (fp->fr_statemax != 0) {
378 PRINTF("limit %u", fp->fr_statemax);
/freebsd-10.2-release/contrib/ipfilter/
H A Dmlfk_ipl.c108 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_statemax, CTLFLAG_RWO,
H A Dip_fil_compat.c182 int fr_statemax; /* max reference count */ member in struct:frentry_4_1_34
232 int fr_statemax; member in struct:frentry_4_1_16
285 int fr_statemax; member in struct:frentry_4_1_0
1926 fr->fr_statemax = old->fr_statemax;
2058 fr->fr_statemax = old->fr_statemax;
2191 fr->fr_statemax = old->fr_statemax;
3785 old->fr_statemax
[all...]
H A Dmlf_ipl.c127 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_statemax, CTLFLAG_RWO,
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c1426 softs->ipf_state_max) && (fr->fr_statemax == 0)) {
1430 if ((fr->fr_statemax != 0) &&
1431 (fr->fr_statecnt >= fr->fr_statemax)) {
H A Dip_fil.h767 int fr_statemax; /* max reference count */ member in struct:frentry
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y1380 IPFY_LIMIT YY_NUMBER { DOALL(fr->fr_statemax = $2;) }

Completed in 99 milliseconds