golang.org/x/crypto/ssh.forwardEntry.c (field)

6 uses

	golang.org/x/crypto/ssh (current package)
		tcpip.go#L152: 	c     chan forward
		tcpip.go#L168: 		c:     make(chan forward, 1),
		tcpip.go#L171: 	return f.c
		tcpip.go#L260: 			close(f.c)
		tcpip.go#L271: 		close(f.c)
		tcpip.go#L281: 			f.c <- forward{newCh: ch, raddr: raddr}