1 write to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionIoState.cs (1)
92Fd = fd;
7 references to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (7)
Connection\DirectTlsConnection.cs (4)
199_logger.LogDebug(ex, "Failed to dispose half-open connection backend for fd={Fd}", _connectionState.Fd); 399_logger.LogDebug(ex, "TLS fatal error for fd={Fd}, aborting connection", _connectionState.Fd); 432_pump.Unregister(_connectionState.Fd); 464_logger.LogDebug(ex, "TLS shutdown failed for fd={Fd}", _connectionState.Fd);
Connection\DirectTlsConnection.FeatureCollection.cs (1)
111_socket = new Socket(new SafeSocketHandle((IntPtr)_connectionState.Fd, ownsHandle: false));
ConnectionIoState.cs (2)
129if (Pump is { } pump && !pump.ModifyEvents(Fd, events)) 131throw new TlsException($"Failed to update epoll interest for fd={Fd}");