Searched refs:tcp_max_buf (Results 1 – 1 of 1) sorted by relevance
137 static int tcp_max_buf; variable1132 tcp_max_buf = getParam("/dev/tcp", "tcp_max_buf"); in NET_SetSockOpt()1133 if (tcp_max_buf == -1) { in NET_SetSockOpt()1134 tcp_max_buf = findMaxBuf(fd, opt, SOCK_STREAM); in NET_SetSockOpt()1135 if (tcp_max_buf == -1) { in NET_SetSockOpt()1151 maxbuf = (sotype == SOCK_STREAM) ? tcp_max_buf : udp_max_buf; in NET_SetSockOpt()