os.File.SyscallConn (method, view implemented interface methods)

2 uses

	os (current package)
		file.go#L599: func (f *File) SyscallConn() (syscall.RawConn, error) {

	net
		sendfile_linux.go#L35: 	sc, err := f.SyscallConn()