Searched refs:findMaxBuf (Results 1 – 1 of 1) sorted by relevance
186 static int findMaxBuf(int fd, int opt, int sotype) { in findMaxBuf() function1134 tcp_max_buf = findMaxBuf(fd, opt, SOCK_STREAM); in NET_SetSockOpt()1143 udp_max_buf = findMaxBuf(fd, opt, SOCK_DGRAM); in NET_SetSockOpt()