4 references to EPOLLOUT
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
ConnectionIoState.cs (1)
185events |= NativeTls.EPOLLOUT;
TlsEventPump.cs (3)
545mask |= NativeTls.EPOLLIN | NativeTls.EPOLLOUT; 558if ((mask & NativeTls.EPOLLOUT) != 0) 1097TlsOperationStatus.DestinationTooSmall => DefaultEpollInterest | NativeTls.EPOLLOUT,