Searched refs:SOL_TCP (Results 1 – 2 of 2) sorted by relevance
337 #if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay()340 #ifdef SOL_TCP in BIO_set_tcp_ndelay()341 opt = SOL_TCP; in BIO_set_tcp_ndelay()
296 return setsockopt(fd, SOL_TCP, TCP_ULP, "tls", sizeof("tls")) ? 0 : 1; in ktls_enable()