Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c90 static unsigned lro_chain_max = 20; variable
91 TUNABLE_INT(SFXGE_LRO_PARAM(chain_max), &lro_chain_max);
93 &lro_chain_max, 0,
632 if (st->conns_n[bucket] >= lro_chain_max) { in sfxge_lro_new_conn()