Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ip/
H A Dip.global-objs.debug64275 tcp_max_init_cwnd
H A Dip.global-objs.obj64272 tcp_max_init_cwnd
/illumos-gate/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64275 tcp_max_init_cwnd
H A Dip.global-objs.obj64272 tcp_max_init_cwnd
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c288 static int tcp_max_init_cwnd = TCP_MAX_INIT_CWND; variable
728 if (val > tcp_max_init_cwnd) { in tcp_opt_set()