Searched refs:cxgb4i_snd_win (Results 1 – 1 of 1) sorted by relevance
66 static int cxgb4i_snd_win = -1; variable67 module_param(cxgb4i_snd_win, int, 0644);68 MODULE_PARM_DESC(cxgb4i_snd_win, "TCP send window in bytes");1870 csk->snd_win = cxgb4i_snd_win; in init_act_open()1878 if (cxgb4i_snd_win <= 0) { in init_act_open()