Searched refs:tcp_rxt_seg_max (Results 1 – 1 of 1) sorted by relevance
245 static int tcp_rxt_seg_max = 1024; variable247 &tcp_rxt_seg_max, 0, "");511 (void) PE_parse_boot_argn("tcp_rxt_seg_max", &tcp_rxt_seg_max, in tcp_init()512 sizeof(tcp_rxt_seg_max)); in tcp_init()3716 if (tcp_rxt_seg_max > 0 && tp->t_rxt_seg_count >= tcp_rxt_seg_max) { in tcp_rxtseg_insert()