type golang.org/x/crypto/ssh.element

6 uses

	golang.org/x/crypto/ssh (current package)
		buffer.go#L19: 	head *element // the buffer that will be read first
		buffer.go#L20: 	tail *element // the buffer that will be read last
		buffer.go#L26: type element struct {
		buffer.go#L28: 	next *element
		buffer.go#L33: 	e := new(element)
		buffer.go#L46: 	e := &element{buf: buf}