5 writes to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (5)
TlsEventPump.cs (4)
237Data = new EpollData { Fd = listenFd } 286Data = new EpollData { Fd = fd } 338Data = new EpollData { Fd = fd } 1069Data = new EpollData { Fd = fd }
TlsEventPump.UserCallbacks.cs (1)
75Data = new EpollData { Fd = wakeupFd }
1 reference to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
421int fd = epollEvent.Data.Fd;