Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintfr.c384 if (src->ht_max_per_node)
386 src->ht_max_per_node,
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y1423 { DOALL(fr->fr_srctrack.ht_max_per_node = $2; \
1428 { DOALL(fr->fr_srctrack.ht_max_per_node = $2; \
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h560 int ht_max_per_node; member
H A Dfil.c9691 if ((htp->ht_max_per_node != 0) && in ipf_ht_node_add()
9692 (h->hn_active >= htp->ht_max_per_node)) { in ipf_ht_node_add()