Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dreadconf.h164 int tcp_rcv_buf_poll; /* Option to poll recv buf every window member
Dservconf.h187 int tcp_rcv_buf_poll; /* Poll TCP rcv window in autotuning member
Dreadconf.c1372 intptr = &options->tcp_rcv_buf_poll; in process_config_line()
1661 options->tcp_rcv_buf_poll = -1; in initialize_options()
1878 if (options->tcp_rcv_buf_poll == -1) in fill_default_options()
1879 options->tcp_rcv_buf_poll = 1; in fill_default_options()
Dssh.c1693 } else if (options.tcp_rcv_buf_poll <= 0) { in ssh_session2_open()
1717 if (!options.hpn_disabled && options.tcp_rcv_buf_poll > 0) { in ssh_session2_open()
Dserverloop.c1063 if (!options.hpn_disabled && options.tcp_rcv_buf_poll) in server_request_session()
Dservconf.c161 options->tcp_rcv_buf_poll = -1; in initialize_server_options()
1683 intptr = &options->tcp_rcv_buf_poll; in process_server_config_line()