Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64265 tcp_max_init_cwnd
H A Dip.global-objs.obj64262 tcp_max_init_cwnd
/onnv-gate/usr/src/uts/intel/ip/
H A Dip.global-objs.obj64262 tcp_max_init_cwnd
H A Dip.global-objs.debug64265 tcp_max_init_cwnd
/onnv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c266 static int tcp_max_init_cwnd = TCP_MAX_INIT_CWND; variable
679 if (val > tcp_max_init_cwnd) { in tcp_opt_set()