Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_subr.c250 static int tcp_rxt_seg_max = 1024; variable
252 &tcp_rxt_seg_max, 0, "");
515 (void) PE_parse_boot_argn("tcp_rxt_seg_max", &tcp_rxt_seg_max, in tcp_init()
516 sizeof(tcp_rxt_seg_max)); in tcp_init()
3733 if (tcp_rxt_seg_max > 0 && tp->t_rxt_seg_count >= tcp_rxt_seg_max) { in tcp_rxtseg_insert()