Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcp_subr.c245 static int tcp_rxt_seg_max = 1024; variable
247 &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()