tcp_sndbuf         85 contrib/build-mca-comps-outside-of-tree/btl_tcp2.h     int    tcp_sndbuf;                      /**< socket sndbuf size */
tcp_sndbuf        209 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     mca_btl_tcp2_component.tcp_sndbuf =
tcp_sndbuf        534 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if(mca_btl_tcp2_component.tcp_sndbuf > 0 &&
tcp_sndbuf        535 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c        setsockopt(sd, SOL_SOCKET, SO_SNDBUF, (char *)&mca_btl_tcp2_component.tcp_sndbuf, sizeof(int)) < 0) {
tcp_sndbuf        134 opal/mca/btl/tcp/btl_tcp.h     int    tcp_sndbuf;                      /**< socket sndbuf size */
tcp_sndbuf        264 opal/mca/btl/tcp/btl_tcp_component.c                                     0, OPAL_INFO_LVL_4, &mca_btl_tcp_component.tcp_sndbuf);
tcp_sndbuf        650 opal/mca/btl/tcp/btl_tcp_endpoint.c     if(mca_btl_tcp_component.tcp_sndbuf > 0 &&
tcp_sndbuf        651 opal/mca/btl/tcp/btl_tcp_endpoint.c        setsockopt(sd, SOL_SOCKET, SO_SNDBUF, (char *)&mca_btl_tcp_component.tcp_sndbuf, sizeof(int)) < 0) {
tcp_sndbuf        166 orte/mca/oob/tcp/oob_tcp_common.c     if (mca_oob_tcp_component.tcp_sndbuf > 0 &&
tcp_sndbuf        167 orte/mca/oob/tcp/oob_tcp_common.c         setsockopt(sd, SOL_SOCKET, SO_SNDBUF, (char *)&mca_oob_tcp_component.tcp_sndbuf, sizeof(int)) < 0) {
tcp_sndbuf        246 orte/mca/oob/tcp/oob_tcp_component.c     mca_oob_tcp_component.tcp_sndbuf = 0;
tcp_sndbuf        252 orte/mca/oob/tcp/oob_tcp_component.c                                           &mca_oob_tcp_component.tcp_sndbuf);
tcp_sndbuf         59 orte/mca/oob/tcp/oob_tcp_component.h     int                tcp_sndbuf;           /**< socket send buffer size */