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