type google.golang.org/grpc/internal/channelz.SocketMetric

8 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L167: func GetServerSockets(id int64, startID int64, maxResults int64) ([]*SocketMetric, bool) {
		funcs.go#L182: func GetSocket(id int64) *SocketMetric {
		funcs.go#L595: func (c *channelMap) GetServerSockets(id int64, startID int64, maxResults int64) ([]*SocketMetric, bool) {
		funcs.go#L635: 	var s []*SocketMetric
		funcs.go#L637: 		sm := &SocketMetric{}
		funcs.go#L691: func (c *channelMap) GetSocket(id int64) *SocketMetric {
		funcs.go#L692: 	sm := &SocketMetric{}
		types.go#L422: type SocketMetric struct {