Home
last modified time | relevance | path

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

/src/sbin/ipf/libipf/
H A Dprintfr.c381 if (src->ht_max_per_node) in printfr()
383 src->ht_max_per_node, in printfr()
/src/sbin/ipf/common/
H A Dipf_y.y1421 { DOALL(fr->fr_srctrack.ht_max_per_node = $2; \
1426 { DOALL(fr->fr_srctrack.ht_max_per_node = $2; \
/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h499 int ht_max_per_node; member
H A Dfil.c9753 if ((htp->ht_max_per_node != 0) &&
9754 (h->hn_active >= htp->ht_max_per_node)) {