7 references to DefaultEpollInterest
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (7)
TlsEventPump.cs (5)
734if (!TryArmHandshakeInterest(clientFd, DefaultEpollInterest)) 749CurrentEpollInterest = DefaultEpollInterest, 1097TlsOperationStatus.DestinationTooSmall => DefaultEpollInterest | NativeTls.EPOLLOUT, 1098TlsOperationStatus.NeedMoreData => DefaultEpollInterest, 1116if (!TryModifyHandshakeInterest(fd, DefaultEpollInterest))
TlsEventPump.UserCallbacks.cs (2)
264if (!TryArmHandshakeInterest(fd, DefaultEpollInterest)) 270conn.CurrentEpollInterest = DefaultEpollInterest;