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