type golang.org/x/sys/unix.Linger

5 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L301: func GetsockoptLinger(fd, level, opt int) (*Linger, error) {
		syscall_unix.go#L302: 	var linger Linger
		syscall_unix.go#L497: func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) {
		ztypes_linux.go#L404: type Linger struct {

	google.golang.org/grpc/internal/channelz
		types_linux.go#L30: 	Linger      *unix.Linger