Searched refs:tcp_rxt_seg_max (Results 1 – 1 of 1) sorted by relevance
248 static int tcp_rxt_seg_max = 1024; variable250 &tcp_rxt_seg_max, 0, "");513 (void) PE_parse_boot_argn("tcp_rxt_seg_max", &tcp_rxt_seg_max, in tcp_init()514 sizeof(tcp_rxt_seg_max)); in tcp_init()3713 if (tcp_rxt_seg_max > 0 && tp->t_rxt_seg_count >= tcp_rxt_seg_max) { in tcp_rxtseg_insert()