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