Home
last modified time | relevance | path

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

/trueos/sys/dev/sfxge/
HDsfxge_rx.c79 static unsigned lro_chain_max = 20; variable
80 TUNABLE_INT(SFXGE_LRO_PARAM(chain_max), &lro_chain_max);
82 &lro_chain_max, 0,
611 if (st->conns_n[bucket] >= lro_chain_max) { in sfxge_lro_new_conn()